diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-07 00:40:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-07 00:40:28 +0000 |
commit | a1b69cf20a8c8693530da4ebda227b8e010d5b1e (patch) | |
tree | b915e70a5515ea0ab477f06f740b98a7931ffaf3 /Makefile | |
parent | d938092cc7ea332a57d0407352f3982caaae5678 (diff) | |
download | drakx-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar drakx-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.gz drakx-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.bz2 drakx-a1b69cf20a8c8693530da4ebda227b8e010d5b1e.tar.xz drakx-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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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* ;\ |