summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-02-09 18:28:27 +0100
committerBernhard Reutner-Fischer2007-02-09 18:28:27 +0100
commit13c1b9297314ad8153a005f3da98f54cc1313399 (patch)
tree3e38faa5ac734cd34003842f12590bd21174e24a /toolchain
parent- swap order of include paths. Closes #1205 and #1182 (diff)
downloadbuildroot-13c1b9297314ad8153a005f3da98f54cc1313399.tar.gz
buildroot-13c1b9297314ad8153a005f3da98f54cc1313399.tar.xz
buildroot-13c1b9297314ad8153a005f3da98f54cc1313399.zip
- add paranoia warning about $INCLUDES
Diffstat (limited to 'toolchain')
-rwxr-xr-xtoolchain/dependencies/dependencies.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh
index 18970e92c..a0506ec8c 100755
--- a/toolchain/dependencies/dependencies.sh
+++ b/toolchain/dependencies/dependencies.sh
@@ -46,6 +46,12 @@ if test -n "$CFLAGS" ; then
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"