mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories
Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
2aef5bbae9
commit
ca67f00219
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user