[Buildroot] svn commit: trunk/buildroot/toolchain/dependencies

aldot at uclibc.org aldot at uclibc.org
Fri Feb 9 17:28:28 UTC 2007


Author: aldot
Date: 2007-02-09 09:28:27 -0800 (Fri, 09 Feb 2007)
New Revision: 17840

Log:
- add paranoia warning about $INCLUDES


Modified:
   trunk/buildroot/toolchain/dependencies/dependencies.sh


Changeset:
Modified: trunk/buildroot/toolchain/dependencies/dependencies.sh
===================================================================
--- trunk/buildroot/toolchain/dependencies/dependencies.sh	2007-02-09 14:18:37 UTC (rev 17839)
+++ trunk/buildroot/toolchain/dependencies/dependencies.sh	2007-02-09 17:28:27 UTC (rev 17840)
@@ -46,6 +46,12 @@
 fi;
 echo "CFLAGS clean:					Ok"
 
+if test -n "$INCLUDES" ; then
+	echo "INCLUDES clean:					FALSE"
+	/bin/echo -e "WARNING: INCLUDES contains:\n\t'$INCLUDES'"
+else
+	echo "INCLUDES clean:				Ok"
+fi
 
 if test -n "$CXXFLAGS" ; then
 	echo "CXXFLAGS clean:					FALSE"




More information about the buildroot mailing list