* [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories
@ 2005-05-22 18:10 Thomas Glanzmann
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Glanzmann @ 2005-05-22 18:10 UTC (permalink / raw)
To: GIT; +Cc: Linus Torvalds
--- a/Makefile
+++ b/Makefile
@@ -134,11 +134,11 @@
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories
@ 2005-05-22 18:27 Thomas Glanzmann
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Glanzmann @ 2005-05-22 18:27 UTC (permalink / raw)
To: GIT; +Cc: Linus Torvalds
[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories
Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
--- a/Makefile
+++ b/Makefile
@@ -134,11 +134,11 @@
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-22 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-22 18:27 [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories Thomas Glanzmann
-- strict thread matches above, loose matches on Subject: below --
2005-05-22 18:10 Thomas Glanzmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).