mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +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
|
||||
|
||||
# Regenerate other prebuilt header files
|
||||
rm -f embedvar.h
|
||||
for file in embed keywords opcode; do
|
||||
rm -f ${file}.h
|
||||
perl ${file}.pl
|
||||
done
|
||||
rm -f regnodes.h
|
||||
perl regcomp.pl
|
||||
rm -f fbyterun.h byterun.c
|
||||
rm -f byterun.h byterun.c ext/B/B/Asmdata.pm
|
||||
perl bytecode.pl
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue