From 08e3e2afbdcfb425614364b1e529a761cc405b5d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 29 Jul 2005 04:30:31 +0000 Subject: merge xbox stuff to have the upload function declared, but do not mix shell and Makefile syntax --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e4a321481..52fd53bd2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1