]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - Makefile
HACK: cardhu: ignore audio
[linux-2.6.git] / Makefile
index e5e0e075fa1b7bbff1057bc9224f51fb759051cd..1932984478c177dc1905470252c65afa56f07559 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 3
-PATCHLEVEL = 2
+PATCHLEVEL = 3
 SUBLEVEL = 0
-EXTRAVERSION = -rc2
+EXTRAVERSION =
 NAME = Saber-toothed Squirrel
 
 # *DOCUMENTATION*
@@ -312,7 +312,7 @@ endif
 # If the user is running make -s (silent mode), suppress echoing of
 # commands
 
-ifneq ($(findstring s,$(MAKEFLAGS)),)
+ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
   quiet=silent_
 endif