diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-18 17:08:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-18 17:08:59 +0000 |
commit | 0e4f05d46881f2bb726eac3580ae783f62d45015 (patch) | |
tree | 0128596419c279154dcd8d457eea1d7c08539059 /perl-install/Makefile | |
parent | fe63f41573eaad71f256684c1c745333e4d42088 (diff) | |
download | drakx-backup-do-not-use-0e4f05d46881f2bb726eac3580ae783f62d45015.tar drakx-backup-do-not-use-0e4f05d46881f2bb726eac3580ae783f62d45015.tar.gz drakx-backup-do-not-use-0e4f05d46881f2bb726eac3580ae783f62d45015.tar.bz2 drakx-backup-do-not-use-0e4f05d46881f2bb726eac3580ae783f62d45015.tar.xz drakx-backup-do-not-use-0e4f05d46881f2bb726eac3580ae783f62d45015.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index c6cd2bf6d..e0a4e91d2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -38,8 +38,8 @@ floppy: tar-diskdrake: clean pci_probing cd .. ; rm -rf diskdrake ; cp -af perl-install diskdrake - l=`./perl2fcalls -uses -excludec diskdrake | sort | uniq | sed -e 's/::/\//' -e 's/^/diskdrake\//' -e 's/$$/.pm/'` ; \ - cd .. ; tar cfz diskdrake.tgz --exclude CVS $(patsubst %,diskdrake/%,c po diskdrake*) $$l + l=`./perl2fcalls -uses -excludec -excluderesize_fat::c_rewritten diskdrake | sort | uniq | grep -v "^resize_fat::" | sed -e 's/::/\//' -e 's/^/diskdrake\//' -e 's/$$/.pm/'` ; \ + cd .. ; tar cfz diskdrake.tgz --exclude CVS $(patsubst %,diskdrake/%,c c.pm resize_fat po diskdrake*) $$l tar-XFdrake: clean cd .. ; rm -rf XFdrake ; cp -af perl-install XFdrake @@ -52,7 +52,7 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c - ./perl2fcalls -excludec install2 + ./perl2fcalls -excludec -excluderesize_fat::c_rewritten install2 perl -cw -I. -Ic -Ic/blib/arch install2 perl -cw -I. -Ic -Ic/blib/arch install_steps_graphical.pm @@ -78,7 +78,6 @@ install_pms: $(DIRS) perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \ done # perl -ne 's/\s*#-.*//; print unless (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \ -# / cp *.rc $(DESTREP4PMS) install -d $(DESTREP4PMS)/po |