Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bc/maint-makefile-fixes'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Jul 2010 19:06:11 +0000
(12:06 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Jul 2010 19:06:11 +0000
(12:06 -0700)
* bc/maint-makefile-fixes:
Makefile: work around ksh's failure to handle missing list argument to for loop
Makefile: remove some unnecessary curly braces
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
c255a70
49a43f5
)
diff --cc
Makefile
index 9aca8a16d955e904b4a8f07e70fba754ac65fcc3,78f2cd6778cfae20eb5b21872a72cd827976c978..bc3c57058faba66f6a7a947e1e9642f47053b5bb
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-2091,12
-2016,9
+2091,12
@@@
endi
ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \
-
done; } ; }
&& \
+
done
&& \
./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
+install-gitweb:
+ $(MAKE) -C gitweb install
+
install-doc:
$(MAKE) -C Documentation install