- add paranoia warning about $INCLUDES
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Feb 2007 17:28:27 +0000 (17:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Feb 2007 17:28:27 +0000 (17:28 -0000)
toolchain/dependencies/dependencies.sh

index 18970e92cf1b3bbee9d3eee6ebccfe1ca02a0e4a..a0506ec8ca06dbd47b55b85b25fc0887f79c2874 100755 (executable)
@@ -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"