mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
- add paranoia warning about $INCLUDES
This commit is contained in:
parent
fd0bad3622
commit
13c1b92973
@ -46,6 +46,12 @@ if test -n "$CFLAGS" ; then
|
|||||||
fi;
|
fi;
|
||||||
echo "CFLAGS clean: Ok"
|
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
|
if test -n "$CXXFLAGS" ; then
|
||||||
echo "CXXFLAGS clean: FALSE"
|
echo "CXXFLAGS clean: FALSE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user