svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Tue Jan 27 18:54:42 UTC 2009
Author: aldot
Date: 2009-01-27 18:54:41 +0000 (Tue, 27 Jan 2009)
New Revision: 25082
Log:
- be gentle to syntax highlighting
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2009-01-27 15:10:08 UTC (rev 25081)
+++ trunk/busybox/Makefile 2009-01-27 18:54:41 UTC (rev 25082)
@@ -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
More information about the busybox-cvs
mailing list