aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-01 16:46:38 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-01 16:46:38 -0800
commit319f8b3da6858f78282de9483be7b27b4bb1ffba (patch)
tree21c2bf20e21ab11129e18a24382c3599d822a3cc /Makefile
parentf676fa76e26faed3ac02a9dae8f9f7addb9542a4 (diff)
downloadgit-319f8b3da6858f78282de9483be7b27b4bb1ffba.tar.gz
git-319f8b3da6858f78282de9483be7b27b4bb1ffba.tar.xz
Do not install backward compatibility links anymore.
This is a companion patch to 4f9dcf7e5cf6c82455925102d315daf3b833e6d6 which stops mentioning the old command names. As promised, we do not install symlinks to let people use backward compatibility names anymore. cmd-rename.sh script is still shipped to help people who installed previous git by hand to clean up the leftover symlinks. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67c10302b..357cb3ec8 100644
--- a/Makefile
+++ b/Makefile
@@ -413,7 +413,6 @@ check:
install: $(PROGRAMS) $(SCRIPTS)
$(INSTALL) -d -m755 $(call shellquote,$(DESTDIR)$(bindir))
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(call shellquote,$(DESTDIR)$(bindir))
- sh ./cmd-rename.sh $(call shellquote,$(DESTDIR)$(bindir))
$(MAKE) -C templates install
$(INSTALL) -d -m755 $(call shellquote,$(DESTDIR)$(GIT_PYTHON_DIR))
$(INSTALL) $(PYMODULES) $(call shellquote,$(DESTDIR)$(GIT_PYTHON_DIR))