svn commit: trunk/buildroot/toolchain/gcc

aldot at uclibc.org aldot at uclibc.org
Wed Jul 5 07:29:22 UTC 2006


Author: aldot
Date: 2006-07-05 00:29:21 -0700 (Wed, 05 Jul 2006)
New Revision: 15618

Log:
- typo


Modified:
   trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk


Changeset:
Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk
===================================================================
--- trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2006-07-05 07:12:37 UTC (rev 15617)
+++ trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2006-07-05 07:29:21 UTC (rev 15618)
@@ -362,7 +362,7 @@
 	#	$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
 	# Work around problem of missing syslimits.h
 	if [ ! -f $(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/syslimits.h ] ; then \
-		@echo "warning: working around missing syslimits.h" ; \
+		echo "warning: working around missing syslimits.h" ; \
 		cp -f $(STAGING_DIR)/$(GCC_LIB_SUBDIR)/include/syslimits.h \
 			$(TARGET_DIR)/usr/$(GCC_LIB_SUBDIR)/include/ ; \
 	fi




More information about the uClibc-cvs mailing list