From: Junio C Hamano Date: Sun, 13 Mar 2022 22:56:17 +0000 (+0000) Subject: Merge branch 'ab/make-optim-noop' X-Git-Tag: v2.36.0-rc0~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f62106d750d6442ec2dda92908d4625c4ce90b99;p=thirdparty%2Fgit.git Merge branch 'ab/make-optim-noop' Makefile refactoring with a bit of suffixes rule stripping to optimize the runtime overhead. * ab/make-optim-noop: Makefiles: add and use wildcard "mkdir -p" template Makefile: add "$(QUIET)" boilerplate to shared.mak Makefile: move $(comma), $(empty) and $(space) to shared.mak Makefile: move ".SUFFIXES" rule to shared.mak Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES) Makefile: disable GNU make built-in wildcard rules Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it scalar Makefile: use "The default target of..." pattern --- f62106d750d6442ec2dda92908d4625c4ce90b99