summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-08 13:18:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-08 13:18:21 +0000
commit411442e0416b44f4f95752b3bea0d2a4a1f7f046 (patch)
tree85fe1b75a857dbd29717854afcb5148a5537d847 /Makefile
parentcd3823ad6c8a11a9f47d7612a96c5030ea5ca92e (diff)
downloaddrakx-backup-do-not-use-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar
drakx-backup-do-not-use-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.gz
drakx-backup-do-not-use-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.bz2
drakx-backup-do-not-use-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.xz
drakx-backup-do-not-use-411442e0416b44f4f95752b3bea0d2a4a1f7f046.zip
have the default rule be "install" (willplizfpons)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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: