Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT_TRACE: show which built-in/external commands are executed
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 5a625b4efa1c36a85a1928d049c892f9af72bf8e..588d9255d3288d07089b284ef6467cd57449bce8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-514,6
+514,7
@@
common-cmds.h: Documentation/git-*.txt
$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
rm -f $@ $@+
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
+ -e 's|@@PERL@@|$(PERL_PATH_SQ)|g' \
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
-e 's/@@NO_CURL@@/$(NO_CURL)/g' \
-e 's/@@NO_PYTHON@@/$(NO_PYTHON)/g' \