commit: f23437a54e018a6c081b0ece0a6d966be433a008
parent c788c89017ec9720693ef84959a1fb6b222c0491
Author: fosslinux <fosslinux@aussies.space>
Date: Thu, 6 Feb 2025 13:40:27 +1100
perl5.005-03: remove some pregend files
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/steps/perl5.005-03/pass1.sh b/steps/perl5.005-03/pass1.sh
@@ -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
}