Author: wookey
Date: 2010-03-02 18:24:05 +0000 (Tue, 02 Mar 2010)
New Revision: 1005
Modified:
balloon/trunk/initrd/Makefile
Log:
dpkg-buildpackage sets CFLAGS and CXXFLAGS but buildroot needs them
unset to build
Modified: balloon/trunk/initrd/Makefile
===================================================================
--- balloon/trunk/initrd/Makefile 2010-03-02 14:29:19 UTC (rev 1004)
+++ balloon/trunk/initrd/Makefile 2010-03-02 18:24:05 UTC (rev 1005)
@@ -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)/; unset CFLAGS; make defconfig; make )
+ (cd $(BUILD)/; unset CFLAGS CXXFLAGS; make defconfig; make )
cp $(BUILD)/rootfs.arm.cpio $(RES)/
$(RES)/unpacked.stamp: