diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 3 | 1 | VERSION = 3 |
2 | PATCHLEVEL = 2 | 2 | PATCHLEVEL = 2 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = -rc2 | 4 | EXTRAVERSION = |
5 | NAME = Saber-toothed Squirrel | 5 | NAME = 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 | ||
315 | ifneq ($(findstring s,$(MAKEFLAGS)),) | 315 | ifneq ($(filter s% -s%,$(MAKEFLAGS)),) |
316 | quiet=silent_ | 316 | quiet=silent_ |
317 | endif | 317 | endif |
318 | 318 | ||