]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/build/Makefile.build
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / tools / build / Makefile.build
index e279a71c650d2cdc7ca4f9e7c07f05a79e11b2eb..c46b20e4ad87eb95ba366b5b2396039a3a1c98d9 100644 (file)
@@ -19,15 +19,9 @@ else
   Q=@
 endif
 
-ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
-ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)
+ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
   quiet=silent_
 endif
-else                                   # make-3.8x
-ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
-  quiet=silent_
-endif
-endif
 
 build-dir := $(srctree)/tools/build