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: