mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 10:13:01 +01:00
Cleanup 5.22 and 5.24
This commit is contained in:
parent
654e317725
commit
97f6ac66ec
6 changed files with 188 additions and 12 deletions
|
|
@ -14,10 +14,10 @@ src_prepare() {
|
|||
mv Compress-Raw-Zlib_config.in cpan/Compress-Raw-Zlib/config.in
|
||||
|
||||
# Remove miscellaneous pregenerated files
|
||||
rm -f Porting/Glossary \
|
||||
dist/Devel-PPPort/parts/apidoc.fnc Configure config_h.SH \
|
||||
rm Porting/Glossary \
|
||||
cpan/Devel-PPPort/parts/apidoc.fnc Configure config_h.SH \
|
||||
cpan/Win32API-File/cFile.pc cpan/Sys-Syslog/win32/Win32.pm \
|
||||
dist/ExtUtils-CBuilder/Makefile.PL cpan/Devel-PPPort/parts/apidoc.fnc
|
||||
dist/ExtUtils-CBuilder/Makefile.PL
|
||||
rm win32/perlexe.ico
|
||||
rm -r cpan/Compress-Raw-Zlib/zlib-src
|
||||
|
||||
|
|
@ -27,15 +27,13 @@ src_prepare() {
|
|||
|
||||
# Regenerate other prebuilt header files
|
||||
# Taken from headers of regen scripts
|
||||
rm -f lib/warnings.pm warnings.h regnodes.h reentr.h reentr.c \
|
||||
overload.h opcode.h opnames.h pp_proto.h \
|
||||
keywords.h embed.h embedvar.h perlapi.{c,h} \
|
||||
proto.h lib/overload/numbers.pm regcharclass.h perly.{tab,h,act} \
|
||||
mg_{raw.h,vtable.h} keywords.c l1_char_class_tab.h \
|
||||
lib/feature.pm lib/B/Op_private.pm lib/unicore/uni_keywords.pl \
|
||||
miniperlmain.c unicode_constants.h uni_keywords.h \
|
||||
charclass_invlists.h ebcdic_tables.h mg_names.inc overload.inc \
|
||||
packsizetables.c overload.c mg_names.c
|
||||
rm lib/warnings.pm warnings.h regnodes.h reentr.h reentr.c overload.h \
|
||||
opcode.h opnames.h pp_proto.h keywords.h embed.h embedvar.h \
|
||||
perlapi.{c,h} proto.h lib/overload/numbers.pm regcharclass.h \
|
||||
perly.{tab,h,act} mg_{raw.h,vtable.h} keywords.c l1_char_class_tab.h \
|
||||
lib/feature.pm lib/B/Op_private.pm miniperlmain.c unicode_constants.h \
|
||||
charclass_invlists.h ebcdic_tables.h packsizetables.c overload.c \
|
||||
mg_names.c
|
||||
perl regen.pl
|
||||
perl regen_perly.pl -b bison-2.3
|
||||
perl regen/keywords.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue