From 6bc9b87a63806fc66c956d1483e74793b3c79add Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 25 Nov 2010 16:48:46 +0000 Subject: [PATCH 1/2] STYLE: POSIX/Alllwmake : comment --- src/OSspecific/POSIX/Allwmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OSspecific/POSIX/Allwmake b/src/OSspecific/POSIX/Allwmake index e8260fff31..c68f089436 100755 --- a/src/OSspecific/POSIX/Allwmake +++ b/src/OSspecific/POSIX/Allwmake @@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS # if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ] then - echo "Found -- using inotify for file monitoring." + echo "Found -- enabling inotify for file monitoring." export COMP_FLAGS="-DFOAM_USE_INOTIFY" else unset COMP_FLAGS From b95fb53a3901c8a2687c54bda5baeb639c22b432 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 25 Nov 2010 16:49:09 +0000 Subject: [PATCH 2/2] ENH: wmake/Makefile : add 'objects' target --- wmake/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmake/Makefile b/wmake/Makefile index c62fd3f4be..95b4b30c40 100644 --- a/wmake/Makefile +++ b/wmake/Makefile @@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS) # define link statements for libraries #------------------------------------------------------------------------------ +objects: $(OBJECTS) + libso: $(LIB).$(SO) @echo \'$(LIB).$(SO)\' is up to date.