include Makefile.config ROOTDEST = /export STAGE2_DEST = $(ROOTDEST)/install/stage2 DIRS = tools images perl-install/install rescue .PHONY: dirs install install: dirs rescue install_only dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done install_only: make -C images install ROOTDEST=$(ROOTDEST) make -C tools install ROOTDEST=$(ROOTDEST) make -C perl-install/install install ROOTDEST=$(ROOTDEST) make -C rescue install STAGE2_DEST=$(STAGE2_DEST) make -C advertising install ROOTDEST=$(ROOTDEST) LC_ALL=C svn info ChangeLog | egrep '^Revision|^Last Changed Date' > $(STAGE2_DEST)/VERSION clean: # force taking new rpms from repository rm -rf images/RPMS for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f check: $(MAKE) -C perl-install check 99a7d6e983875d424be9b67c493e4d8d7'/> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-27 09:39:51 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-27 09:39:51 +0000
commitcd76e0199a7d6e983875d424be9b67c493e4d8d7 (patch)
treecff1b9693ab160760cbac04aefd80e0b599bae03 /kernel
parent6509c3df1303138da0b51ebb256b4ec147da20f8 (diff)
downloaddrakx-cd76e0199a7d6e983875d424be9b67c493e4d8d7.tar
drakx-cd76e0199a7d6e983875d424be9b67c493e4d8d7.tar.gz
drakx-cd76e0199a7d6e983875d424be9b67c493e4d8d7.tar.bz2
drakx-cd76e0199a7d6e983875d424be9b67c493e4d8d7.tar.xz
drakx-cd76e0199a7d6e983875d424be9b67c493e4d8d7.zip
extract _set_service function that handles services with "-" as default chkconfig level
Diffstat (limited to 'kernel')