diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 13:18:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 13:18:21 +0000 |
commit | 411442e0416b44f4f95752b3bea0d2a4a1f7f046 (patch) | |
tree | 85fe1b75a857dbd29717854afcb5148a5537d847 /Makefile | |
parent | cd3823ad6c8a11a9f47d7612a96c5030ea5ca92e (diff) | |
download | drakx-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar drakx-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.gz drakx-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.bz2 drakx-411442e0416b44f4f95752b3bea0d2a4a1f7f046.tar.xz drakx-411442e0416b44f4f95752b3bea0d2a4a1f7f046.zip |
have the default rule be "install" (willplizfpons)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |