[patch] Makefile, small

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat Jan 24 14:06:02 UTC 2009


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


More information about the busybox mailing list