diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-20 19:54:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-20 19:54:00 +0000 |
commit | c942786c119d41faaa03357ddeb5bea338867727 (patch) | |
tree | c905961ad62da784b76f39df7b9c1a01944d59f2 /perl-install/Makefile | |
parent | 30db14621a97a66eb3bf6660621e558ecaf41e85 (diff) | |
download | drakx-c942786c119d41faaa03357ddeb5bea338867727.tar drakx-c942786c119d41faaa03357ddeb5bea338867727.tar.gz drakx-c942786c119d41faaa03357ddeb5bea338867727.tar.bz2 drakx-c942786c119d41faaa03357ddeb5bea338867727.tar.xz drakx-c942786c119d41faaa03357ddeb5bea338867727.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index e314c283d..c8c7e0a30 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -1,7 +1,8 @@ VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so -PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm pci_probing/*.pm commands install2 diskdrake XFdrake g_auto_install +PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm pci_probing/*.pm commands install2 g_auto_install +PMS .= $(patsubst %, standalone/%,diskdrake XFdrake rpmdrake) REP4PMS = /usr/bin/perl-install ROOTDEST = /export DEST = $(ROOTDEST)/Mandrake/mdkinst @@ -25,12 +26,12 @@ TAGS: $(PMS) clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done - rm -rf auto ../diskdrake* + rm -rf auto find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f tar-drakxtools: clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe drakxtools - cd ../drakxtools ; rm -f install* ForMakefile.pm pkgs.pm ftp.pm t.pm ; mv Makefile.drakxtools Makefile + cd ../drakxtools ; rm -f install* ForMakefile.pm pkgs.pm ftp.pm t.pm ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile MonitorsDB Newt c ddcprobe po pci_probing resize_fat diskdrake diskdrake.rc XFdrake *.pm) cd .. ; rm -rf drakxtools |