summaryrefslogtreecommitdiff
path: root/package/git/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/git/patches/patch-Makefile')
-rw-r--r--package/git/patches/patch-Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/package/git/patches/patch-Makefile b/package/git/patches/patch-Makefile
deleted file mode 100644
index 03923cc01..000000000
--- a/package/git/patches/patch-Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
---- git-1.7.3.2.orig/Makefile 2010-10-22 05:49:16.000000000 +0200
-+++ git-1.7.3.2/Makefile 2010-11-23 23:14:56.960685586 +0100
-@@ -1615,9 +1615,7 @@ builtin/help.s builtin/help.o: EXTRA_CPP
-
- $(BUILT_INS): git$X
- $(QUIET_BUILT_IN)$(RM) $@ && \
-- ln git$X $@ 2>/dev/null || \
-- ln -s git$X $@ 2>/dev/null || \
-- cp git$X $@
-+ ln -s git$X $@ 2>/dev/null
-
- common-cmds.h: ./generate-cmdlist.sh command-list.txt
-
-@@ -1932,9 +1930,7 @@ git-http-push$X: revision.o http.o http-
-
- $(REMOTE_CURL_ALIASES): $(REMOTE_CURL_PRIMARY)
- $(QUIET_LNCP)$(RM) $@ && \
-- ln $< $@ 2>/dev/null || \
-- ln -s $< $@ 2>/dev/null || \
-- cp $< $@
-+ ln -s $< $@ 2>/dev/null
-
- $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walker.o $(GITLIBS)
- $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
-@@ -2123,29 +2119,21 @@ endif
- { test "$$bindir/" = "$$execdir/" || \
- for p in git$X $(filter $(install_bindir_programs),$(ALL_PROGRAMS)); do \
- $(RM) "$$execdir/$$p" && \
-- test -z "$(NO_CROSS_DIRECTORY_HARDLINKS)" && \
-- ln "$$bindir/$$p" "$$execdir/$$p" 2>/dev/null || \
- cp "$$bindir/$$p" "$$execdir/$$p" || exit; \
- done; \
- } && \
- for p in $(filter $(install_bindir_programs),$(BUILT_INS)); do \
- $(RM) "$$bindir/$$p" && \
-- ln "$$bindir/git$X" "$$bindir/$$p" 2>/dev/null || \
-- ln -s "git$X" "$$bindir/$$p" 2>/dev/null || \
-- cp "$$bindir/git$X" "$$bindir/$$p" || exit; \
-+ ln -s "git$X" "$$bindir/$$p" 2>/dev/null || exit; \
- done && \
- for p in $(BUILT_INS); do \
- $(RM) "$$execdir/$$p" && \
-- ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
-- ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \
-- cp "$$execdir/git$X" "$$execdir/$$p" || exit; \
-+ ln -s "git$X" "$$execdir/$$p" 2>/dev/null || exit; \
- done && \
- remote_curl_aliases="$(REMOTE_CURL_ALIASES)" && \
- for p in $$remote_curl_aliases; do \
- $(RM) "$$execdir/$$p" && \
-- ln "$$execdir/git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
-- ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || \
-- cp "$$execdir/git-remote-http$X" "$$execdir/$$p" || exit; \
-+ ln -s "git-remote-http$X" "$$execdir/$$p" 2>/dev/null || exit; \
- done && \
- ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
-