diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-29 04:30:31 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-29 04:30:31 +0000 |
commit | 08e3e2afbdcfb425614364b1e529a761cc405b5d (patch) | |
tree | 57e5a483c014f00877835d243f4643023a27cdc5 /Makefile | |
parent | bc293ba31089b363919ce5e055939f5aac118d4d (diff) | |
download | drakx-08e3e2afbdcfb425614364b1e529a761cc405b5d.tar drakx-08e3e2afbdcfb425614364b1e529a761cc405b5d.tar.gz drakx-08e3e2afbdcfb425614364b1e529a761cc405b5d.tar.bz2 drakx-08e3e2afbdcfb425614364b1e529a761cc405b5d.tar.xz drakx-08e3e2afbdcfb425614364b1e529a761cc405b5d.zip |
merge xbox stuff to have the upload function declared, but do not mix shell and Makefile syntax
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -88,11 +88,11 @@ upload_only: upload $(IMAGES_DEST) '*.iso*' ;\ upload $(IMAGES_DEST)/alternatives '' ;\ upload $(ROOTDEST)/isolinux '' ;\ + if [ "$(ARCH)" = "i386" ]; then\ + upload $(ROOTDEST) linuxboot.cfg;\ + upload $(ROOTDEST) default.xbe;\ + fi;\ echo - ifeq (i386,$(ARCH)) - upload $(ROOTDEST)/linuxboot.cfg '' ;\ - upload $(ROOTDEST)/default.xbe '' ; - endif isolinux-graphic.bmp.parameters: isolinux-graphic.bmp isolinux |