mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: POSIX/Alllwmake : comment
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user