diff options
author | Mystery Man <unknown@mandriva.org> | 2002-08-29 08:27:03 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2002-08-29 08:27:03 +0000 |
commit | e3000d1c3652d63caebb334ab96251875e875b5c (patch) | |
tree | f1011fca62406be25bdce4ba865d3c0cf9d933e1 /perl-install/Makefile.config | |
parent | 71180d5532cd2fe1853cc32d8826a04644e2ec08 (diff) | |
download | drakx-1_1_9_25mdk.tar drakx-1_1_9_25mdk.tar.gz drakx-1_1_9_25mdk.tar.bz2 drakx-1_1_9_25mdk.tar.xz drakx-1_1_9_25mdk.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_9_25mdk'.V1_1_9_25mdk
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config deleted file mode 100644 index 38a902750..000000000 --- a/perl-install/Makefile.config +++ /dev/null @@ -1,30 +0,0 @@ -# -*- Makefile -*- -ARCH := $(patsubst i%86,i386,$(shell uname -m)) -ARCH := $(patsubst sparc%,sparc,$(ARCH)) - -ifeq (x86_64, $(ARCH)) -LIB = lib64 -else -LIB = lib -endif - -VERSION = 2.2.10-BOOT -SUDO = sudo -SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = c diskdrake harddrake interactive network Newt partition_table resize_fat sbus_probing Xconfig -PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl -STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake drakconnect drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxservices drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakupdate_fstab drakxtv drakfloppy harddrake2 drakTermServ service_harddrake service_harddrake.sh drakbug draksplash draksound -STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) -ALLPMS = $(PMS) $(STANDALONEPMS) -REP4PMS = /usr/bin/perl-install -ROOTDEST = /export -DEST = $(ROOTDEST)/Mandrake/mdkinst -STAGE2 = $(ROOTDEST)/Mandrake/base/mdkinst_stage2 -BASE = $(ROOTDEST)/Mandrake/base -DESTREP4PMS = $(DEST)$(REP4PMS) -PERL = perl -LOCALFILES = $(patsubst %, ../tools/%,ddcprobe/ddcxinfos aewm-drakx/aewm-drakx serial_probe/serial_probe xhost+) -DIRS = c Newt resize_fat #po -CFLAGS = -Wall -override CFLAGS += -pipe - |