[pve-devel] [PATCH manager 1/6] buildsys: remove wildcard target from Makefile

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 20 12:46:58 CEST 2018


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6cf32a95..433b6069 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ all: ${SUBDIRS}
 check:
 	${MAKE} -C bin/test check
 
-%:
-	set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
-
 .PHONY: dinstall
 dinstall: ${DEB}
 	dpkg -i ${DEB}
-- 
2.17.1





More information about the pve-devel mailing list