summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-03-03 16:04:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-03 22:14:55 (GMT)
commita9fda017f40ee7ef2d41e52581b6064bb69ff7a2 (patch)
tree4d3f5150fc05f9fab17db52eb46c0686cdba52f4 /config.mak.uname
parentfd15f8a5fa874bd25b25b3322407d65ca189e632 (diff)
downloadgit-a9fda017f40ee7ef2d41e52581b6064bb69ff7a2.zip
git-a9fda017f40ee7ef2d41e52581b6064bb69ff7a2.tar.gz
git-a9fda017f40ee7ef2d41e52581b6064bb69ff7a2.tar.bz2
Makefile: add "$(QUIET)" boilerplate to shared.mak
The $(QUIET) variables we define are largely duplicated between our various Makefiles, let's define them in the new "shared.mak" instead. Since we're not using the environment to pass these around we don't need to export the "QUIET_GEN" and "QUIET_BUILT_IN" variables anymore. The "QUIET_GEN" variable is used in "git-gui/Makefile" and "gitweb/Makefile", but they've got their own definition for those. The "QUIET_BUILT_IN" variable is only used in the top-level "Makefile". We still need to export the "V" variable. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 4352ea3..7727b70 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -727,7 +727,6 @@ vcxproj:
git diff-index --cached --quiet HEAD --
# Make .vcxproj files and add them
- unset QUIET_GEN QUIET_BUILT_IN; \
perl contrib/buildsystems/generate -g Vcxproj
git add -f git.sln {*,*/lib,t/helper/*}/*.vcxproj