summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-07 00:40:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-07 00:40:28 +0000
commita1b69cf20a8c8693530da4ebda227b8e010d5b1e (patch)
treeb915e70a5515ea0ab477f06f740b98a7931ffaf3 /Makefile
parentd938092cc7ea332a57d0407352f3982caaae5678 (diff)
downloaddrakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.gz
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.bz2
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.xz
drakx-backup-do-not-use-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.zip
for the moment, just release cdrom.img, hd.img and hdreiser.img
others should should come...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 985f0ec16..48f26a5f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
-RELEASE_BOOT_IMG = cdrom.img hd.img hdreiser.img network.img
+RELEASE_BOOT_IMG = cdrom.img hd.img hdreiser.img# network.img
ifeq (i386,$(ARCH))
-RELEASE_BOOT_IMG += all.img blank.img other.img pcmcia.img
+#RELEASE_BOOT_IMG += all.img blank.img other.img pcmcia.img
endif
ifeq (sparc,$(ARCH))
BOOT_IMG = live.img tftp.img tftprd.img live64.img tftp64.img tftprd64.img
@@ -40,7 +40,7 @@ autoboot:
ifeq (i386,$(ARCH))
install -d $(ROOTDEST)/boot
# cp -f vmlinuz {hd,cdrom,pcmcia,network,all,other}.rdz $(ROOTDEST)/boot
- cp -f vmlinuz {hd,hdreiser,cdrom,network,all,other}.rdz $(ROOTDEST)/boot
+ cp -f vmlinuz $(BOOT_RDZ) $(ROOTDEST)/boot
/usr/sbin/rdev -v $(ROOTDEST)/boot/vmlinuz 788
endif
@@ -77,7 +77,7 @@ clean:
for i in $(DIRS) rescue; do make -C $$i clean; done
find . -name "*~" -o -name ".#*" | xargs rm -f
-upload: install #clean
+upload: clean install
function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\
upload Mandrake/mdkinst '' ;\
upload Mandrake/base compss* ;\