From 411442e0416b44f4f95752b3bea0d2a4a1f7f046 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Jul 2002 13:18:21 +0000 Subject: have the default rule be "install" (willplizfpons) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 305efcd2c..ff5efef8f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ FBOOT_RDZ = $(FBOOT_IMG:%.img=%.rdz) images/all.rdz .PHONY: dirs install -build: dirs images +install: dirs images rescue install_only dirs: @for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done @@ -43,7 +43,7 @@ tar: clean cd .. ; tar cfj gi.tar.bz2 gi rm needed_rpms.lst -install: build rescue +install_only: for i in images misc Mandrake Mandrake/base Mandrake/share; do install -d $(ROOTDEST)/$$i ; done ifneq (ppc,$(ARCH)) for i in $(FBOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done @@ -85,7 +85,7 @@ upload: tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & $(MAKE) install - $(MAKE) check +# $(MAKE) check $(MAKE) upload_only upload_only: -- cgit v1.2.1