Commit 13c1b929 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- add paranoia warning about $INCLUDES

parent fd0bad36
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"