nftables/nftables-20140118-disable-silent-make.patch
Kevin Fenzi 692351e699 Update to 20140326 snapshot
- Fix permissions on man pages.
2014-03-26 14:11:00 -06:00

10 lines
469 B
Diff

diff -Nur nftables-20140118.orig/Makefile.rules.in nftables-20140118/Makefile.rules.in
--- nftables-20140118.orig/Makefile.rules.in 2014-01-17 22:28:00.000000000 -0700
+++ nftables-20140118/Makefile.rules.in 2014-01-18 14:43:35.889000000 -0700
@@ -93,4 +93,4 @@
.PHONY: $(SUBDIRS)
$(SUBDIRS):
@echo -e " SUBDIR\t$@/"
- @$(MAKE) -s -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" SUBDIRS=""
+ @$(MAKE) -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" SUBDIRS=""