2004-07-23 Casper S. Hornstrup <[email protected]>

* rules.mak: Do not print "'target' is up to date." messages.

svn path=/trunk/; revision=10259
This commit is contained in:
Casper Hornstrup
2004-07-23 17:48:10 +00:00
parent 38d792196e
commit 6dbdb2b832
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2004-07-23 Casper S. Hornstrup <[email protected]>
* rules.mak: Do not print "'target' is up to date." messages.
2004-07-21 Casper S. Hornstrup <[email protected]>
* w32api/include/(GdiPlus.h, GdiPlusBase.h, GdiPlusBrush.h, GdiPlusColor.h,
+3
View File
@@ -15,6 +15,9 @@ MAKE := @$(MAKE)
# Do not print "Entering directory ..."
MAKEFLAGS += --no-print-directory
# Do not print "'target' is up to date."
MAKEFLAGS += --silent
# Windows is default host environment
ifeq ($(HOST),)
HOST = mingw32-windows