diff options
author | 2020-12-17 15:06:40 -0800 | |
---|---|---|
committer | 2020-12-17 15:06:40 -0800 | |
commit | f0c592dcfd736060354426e3994fb110d33a8c46 (patch) | |
tree | ce6ebe749289e3e48c444e1938b2c0aad610b131 /gitweb | |
parent | Merge branch 'js/t7064-master-to-initial' (diff) | |
parent | Makefile: don't use a versioned temp distribution directory (diff) | |
download | tgif-f0c592dcfd736060354426e3994fb110d33a8c46.tar.xz |
Merge branch 'rj/make-clean'
Build optimization.
* rj/make-clean:
Makefile: don't use a versioned temp distribution directory
Makefile: don't try to clean old debian build product
gitweb/Makefile: conditionally include ../GIT-VERSION-FILE
Documentation/Makefile: conditionally include ../GIT-VERSION-FILE
Documentation/Makefile: conditionally include doc.dep
Diffstat (limited to 'gitweb')
-rw-r--r-- | gitweb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile index cd194d057f..f13e23c4de 100644 --- a/gitweb/Makefile +++ b/gitweb/Makefile @@ -48,7 +48,9 @@ HIGHLIGHT_BIN = highlight ../GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE $(QUIET_SUBDIR0)../ $(QUIET_SUBDIR1) GIT-VERSION-FILE +ifneq ($(MAKECMDGOALS),clean) -include ../GIT-VERSION-FILE +endif ### Build rules |