mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user