projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aef5bb
)
[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories
author
Thomas Glanzmann
<sithglan@stud.uni-erlangen.de>
Sun, 22 May 2005 18:27:28 +0000
(20:27 +0200)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 22 May 2005 18:40:07 +0000
(11:40 -0700)
Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
120d3c1
..
3dec8b8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-129,11
+129,11
@@
diffcore-pathspec.o : $(LIB_H) diffcore.h
diffcore-pickaxe.o : $(LIB_H) diffcore.h
test: all
-
make
-C t/ all
+
$(MAKE)
-C t/ all
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
-
make
-C Documentation/ clean
+
$(MAKE)
-C Documentation/ clean
backup: clean
cd .. ; tar czvf dircache.tar.gz dir-cache