aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e5e0e075fa1..156ac69c961 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 3 1VERSION = 3
2PATCHLEVEL = 2 2PATCHLEVEL = 2
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = -rc2 4EXTRAVERSION =
5NAME = Saber-toothed Squirrel 5NAME = Saber-toothed Squirrel
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -312,7 +312,7 @@ endif
312# If the user is running make -s (silent mode), suppress echoing of 312# If the user is running make -s (silent mode), suppress echoing of
313# commands 313# commands
314 314
315ifneq ($(findstring s,$(MAKEFLAGS)),) 315ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
316 quiet=silent_ 316 quiet=silent_
317endif 317endif
318 318