git 1.5.3.4 for Solaris8

This commit is contained in:
Tom G. Christensen
2007-10-25 12:12:55 +00:00
committed by tgc
parent c9a7103f47
commit bc30a1fdab
4 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- git-1.5.3.4/Makefile.crap 2007-10-25 13:42:07.970429000 +0200
+++ git-1.5.3.4/Makefile 2007-10-25 13:46:41.045712000 +0200
@@ -1003,7 +1003,7 @@
cp '$(DESTDIR_SQ)$(bindir_SQ)/git$X' \
'$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X'; \
fi
- $(foreach p,$(BUILT_INS), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;)
+ $(foreach p,$(BUILT_INS), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln -s '$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;)
ifneq (,$X)
$(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p';)
endif