repo.or.cz
/
git
/
libgit-gsoc.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
55d1932
)
Documentation/Makefile: remove cmd-list.made before redirecting to it.
author
David Kastrup
<
[email protected]
>
Mon, 6 Aug 2007 13:05:56 +0000
(6 15:05 +0200)
committer
Junio C Hamano
<
[email protected]
>
Sat, 11 Aug 2007 06:50:00 +0000
(10 23:50 -0700)
If cmd-list.made has been created by a previous run as root, output
redirection to it will fail. So remove it before regeneration.
Signed-off-by: David Kastrup <
[email protected]
>
Signed-off-by: Junio C Hamano <
[email protected]
>
Documentation/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index
76a15ff
..
fbefe9a
100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-119,6
+119,7
@@
cmds_txt = cmds-ancillaryinterrogators.txt \
$(cmds_txt): cmd-list.made
cmd-list.made: cmd-list.perl $(MAN1_TXT)
+ $(RM) $@
perl ./cmd-list.perl
date >$@