diff options
Diffstat (limited to 'perl-install/Makefile.config')
| -rw-r--r-- | perl-install/Makefile.config | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 940ac2d32..b522c643e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,21 +1,20 @@ # -*- Makefile -*- -VERSION = 2.2.10-BOOT +VERSION:=18.69 + SUDO = sudo TMPDIR = /tmp -SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = Newt Xconfig c xf86misc diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security fs -PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 -STANDALONEPMS_ = XFdrake adduserdrake autosetupprintqueues diskdrake drakTermServ drakautoinst drakauth drakbackup drakboot drakbug drakbug_report drakclock drakconnect drakedm drakfirewall drakfloppy drakfont drakgw drakhelp drakperm drakproxy drakpxe drakroam draksec draksound draksplash drakupdate_fstab drakups drakvpn drakxservices drakxtv fileshareset harddrake2 finish-install keyboarddrake listsupportedprinters localedrake logdrake lsnetdrake mousedrake net_applet net_monitor printerdrake scannerdrake service_harddrake service_harddrake_confirm bootloader-config +SO_FILES = c/blib/arch/auto/c/c.so + +# PMS_DIRS is used only in drakxtools +PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote + +PMS = *.pm $(PMS_DIRS:%=%/*.pm) install/*.pm install/help/*.pm install/commands install/install2 +STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakautologin drakboot drakbug drakbug_report drakclock drakedm drakdvb drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) -ALLPMS = $(PMS) $(STANDALONEPMS) share/advertising/*.pl share/compssUsers.pl* -REP4PMS = /usr/bin/perl-install -ROOTDEST = /export -DEST = $(STAGE2_LIVE) -DESTREP4PMS = $(DEST)$(REP4PMS) +ALLPMS = $(PMS) $(STANDALONEPMS) PERL = perl -LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe xhost+) -DIRS = c Newt resize_fat xf86misc #po +LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe) +DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe - |
