Skip to content
Snippets Groups Projects
Commit 6bc9b87a authored by mattijs's avatar mattijs
Browse files

STYLE: POSIX/Alllwmake : comment

parent 095bc69e
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS ...@@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS
# #
if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ] if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ]
then then
echo "Found <sys/inotify.h> -- using inotify for file monitoring." echo "Found <sys/inotify.h> -- enabling inotify for file monitoring."
export COMP_FLAGS="-DFOAM_USE_INOTIFY" export COMP_FLAGS="-DFOAM_USE_INOTIFY"
else else
unset COMP_FLAGS unset COMP_FLAGS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment