summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d14d65)
raw | patch | inline | side by side (parent: 2d14d65)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Sep 2009 05:35:30 +0000 (22:35 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Sep 2009 05:35:30 +0000 (22:35 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore | patch | blob | history | |
Makefile | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 096857e42d2a843ba1e9016a362d329c29dce1a1..46c26cd010a6064e47ea334b38ce938302208eb9 100644 (file)
--- a/.gitignore
+++ b/.gitignore
git-reflog
git-relink
git-remote
-git-remote-ftp
-git-remote-http
-git-remote-https
+git-remote-curl
git-repack
git-repo-config
git-request-pull
diff --git a/Makefile b/Makefile
index 8c44e357c861b93763eb517286c439392169315a..1ac02d1c9fb0004941373a8351d73d821bc292c1 100644 (file)
--- a/Makefile
+++ b/Makefile
install: all
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
- $(INSTALL) $(filter-out $(CURL_SYNONYMS), $(ALL_PROGRAMS)) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
+ $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
ifndef NO_PERL