[Balloon-svn] r1001 - balloon/trunk/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] r1001 - balloon/trunk/initrd
Author: wookey
Date: 2010-03-02 01:57:42 +0000 (Tue, 02 Mar 2010)
New Revision: 1001

Modified:
balloon/trunk/initrd/Makefile
Log:
prevent build failure due to CFLAGS leaking from environment


Modified: balloon/trunk/initrd/Makefile
===================================================================
--- balloon/trunk/initrd/Makefile    2010-03-02 01:04:49 UTC (rev 1000)
+++ balloon/trunk/initrd/Makefile    2010-03-02 01:57:42 UTC (rev 1001)
@@ -50,7 +50,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)/; make defconfig; make )
+    (cd $(BUILD)/; unset CFLAGS; make defconfig; make )
     cp $(BUILD)/rootfs.arm.cpio $(RES)/


$(RES)/unpacked.stamp: