Emacs does not grok quotes in makefile subs very well, and screws up
colorized code :(
Similar to the CONFIG_EXTRA_CFLAGS, please accept this patch:

--- busybox/Makefile    (revision 23984)
+++ busybox/Makefile    (working copy)
@@ -168,6 +168,7 @@
 CROSS_COMPILE := $(shell grep ^CONFIG_CROSS_COMPILER_PREFIX .config 
2>/dev/null)
 CROSS_COMPILE := $(subst CONFIG_CROSS_COMPILER_PREFIX=,,$(CROSS_COMPILE))
 CROSS_COMPILE := $(subst ",,$(CROSS_COMPILE))
+#")
 endif

 # SUBARCH tells the usermode build what the underlying arch is.  That is set


Cheers,

-- 
Cristian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to