svn commit: trunk/busybox

vda at busybox.net vda at busybox.net
Mon Jun 2 22:24:35 UTC 2008


Author: vda
Date: 2008-06-02 15:24:34 -0700 (Mon, 02 Jun 2008)
New Revision: 22190

Log:
Remove stray debug instrumentation



Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2008-06-02 22:06:58 UTC (rev 22189)
+++ trunk/busybox/Makefile	2008-06-02 22:24:34 UTC (rev 22190)
@@ -161,7 +161,7 @@
 # Default value for CROSS_COMPILE is not to prefix executables
 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
 
-CROSS_COMPILE	?=
+CROSS_COMPILE ?=
 # bbox: we may have CONFIG_CROSS_COMPILER_PREFIX in .config,
 # and it has not been included yet... thus using an awkward syntax.
 ifeq ($(CROSS_COMPILE),)
@@ -186,8 +186,7 @@
 					 -e s/s390x/s390/ -e s/parisc64/parisc/ \
 					 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
 
-ARCH		?= $(SUBARCH)
-$(warning ARCH=$(ARCH) SUBARCH=$(SUBARCH))
+ARCH ?= $(SUBARCH)
 
 # Architecture as present in compile.h
 UTS_MACHINE := $(ARCH)




More information about the busybox-cvs mailing list