mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
perl5.005-03: remove some pregend files
This commit is contained in:
parent
c788c89017
commit
f23437a54e
1 changed files with 2 additions and 1 deletions
|
|
@ -13,12 +13,13 @@ src_prepare() {
|
||||||
mv perly.tab.h perly.h
|
mv perly.tab.h perly.h
|
||||||
|
|
||||||
# Regenerate other prebuilt header files
|
# Regenerate other prebuilt header files
|
||||||
|
rm -f embedvar.h
|
||||||
for file in embed keywords opcode; do
|
for file in embed keywords opcode; do
|
||||||
rm -f ${file}.h
|
rm -f ${file}.h
|
||||||
perl ${file}.pl
|
perl ${file}.pl
|
||||||
done
|
done
|
||||||
rm -f regnodes.h
|
rm -f regnodes.h
|
||||||
perl regcomp.pl
|
perl regcomp.pl
|
||||||
rm -f fbyterun.h byterun.c
|
rm -f byterun.h byterun.c ext/B/B/Asmdata.pm
|
||||||
perl bytecode.pl
|
perl bytecode.pl
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue