projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a17ee2
)
Makefile fixups.
author
A Large Angry SCM
<gitzilla@gmail.com>
Mon, 17 Apr 2006 03:17:38 +0000
(20:17 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 17 Apr 2006 03:42:37 +0000
(20:42 -0700)
Signed-off-by: A Large Angry SCM <gitzilla@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
t/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1130af4
..
8371f7f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-653,7
+653,7
@@
rpm: dist
clean:
rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
$(LIB_FILE) $(XDIFF_LIB)
- rm -f $(ALL_PROGRAMS) git$X
+ rm -f $(ALL_PROGRAMS)
$(BUILT_INS)
git$X
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
rm -rf $(GIT_TARNAME)
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
diff --git
a/t/Makefile
b/t/Makefile
index
fe65f53
..
5495985
100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-25,5
+25,5
@@
clean:
rm -fr trash
.PHONY: $(T) clean
-.NOPARALLEL:
+.NO
T
PARALLEL: