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 lue='6da0111e315928dd9d42494ea3c0d5c208a1f411'/> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-28 02:18:30 +0100
committerThomas Backlund <tmb@mageia.org>2015-03-30 15:01:09 +0259
commit6da0111e315928dd9d42494ea3c0d5c208a1f411 (patch)
treea47378d72cad46ebfeb15c3506040f929844c4fc /perl-install
parent0bc75bac4fd3c0599f05f556326dfd84ee39c842 (diff)
downloaddrakx-6da0111e315928dd9d42494ea3c0d5c208a1f411.tar
drakx-6da0111e315928dd9d42494ea3c0d5c208a1f411.tar.gz
drakx-6da0111e315928dd9d42494ea3c0d5c208a1f411.tar.bz2
drakx-6da0111e315928dd9d42494ea3c0d5c208a1f411.tar.xz
drakx-6da0111e315928dd9d42494ea3c0d5c208a1f411.zip