From: Bernhard Reutner-Fischer Date: Fri, 9 Feb 2007 17:28:27 +0000 (-0000) Subject: - add paranoia warning about $INCLUDES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13c1b9297314ad8153a005f3da98f54cc1313399;p=buildroot.git - add paranoia warning about $INCLUDES --- diff --git a/toolchain/dependencies/dependencies.sh b/toolchain/dependencies/dependencies.sh index 18970e92cf..a0506ec8ca 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"