Skip to content

Commit f23437a

Browse files
committed
perl5.005-03: remove some pregend files
1 parent c788c89 commit f23437a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

steps/perl5.005-03/pass1.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ src_prepare() {
1313
mv perly.tab.h perly.h
1414

1515
# Regenerate other prebuilt header files
16+
rm -f embedvar.h
1617
for file in embed keywords opcode; do
1718
rm -f ${file}.h
1819
perl ${file}.pl
1920
done
2021
rm -f regnodes.h
2122
perl regcomp.pl
22-
rm -f fbyterun.h byterun.c
23+
rm -f byterun.h byterun.c ext/B/B/Asmdata.pm
2324
perl bytecode.pl
2425
}

0 commit comments

Comments
 (0)