[Balloon-svn] r1159 - balloon/branches/menuconfig/initrd

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1159 - balloon/branches/menuconfig/initrd
Author: nick
Date: 2010-06-14 11:22:13 +0100 (Mon, 14 Jun 2010)
New Revision: 1159

Modified:
balloon/branches/menuconfig/initrd/Makefile
Log:
fix script error

Modified: balloon/branches/menuconfig/initrd/Makefile
===================================================================
--- balloon/branches/menuconfig/initrd/Makefile    2010-06-13 18:25:16 UTC (rev 1158)
+++ balloon/branches/menuconfig/initrd/Makefile    2010-06-14 10:22:13 UTC (rev 1159)
@@ -61,7 +61,7 @@
     $(FAKEROOT) mkdir -p $(TARGETSKEL)/mnt/boot
     $(FAKEROOT) mkdir -p $(TARGETSKEL)/mnt/root
     #(cd $(BUILD)/; tar -C $(TARGETSKEL) -czf initrdmodules.tgz /lib/modules  )
-    (cd $(BUILD)/; unset CFLAGS CXXFLAGS; if ! [ -f .config ]; then make defconfig; make )
+    (cd $(BUILD)/; unset CFLAGS CXXFLAGS; if ! [ -f .config ]; then make defconfig; fi; make )
     cp $(BUILD)/$(BUILDROOTIMAGEPATH)rootfs.arm.cpio $(RES)/


$(RES)/unpacked.stamp: