From: Jonathan Nieder <jrnieder@gmail.com>
To: Philip Boulton <philipb@ssimicro.com>
Cc: git@vger.kernel.org
Subject: Re: 'Unable to find remote helper'
Date: Thu, 4 Nov 2010 17:40:10 -0500 [thread overview]
Message-ID: <20101104224010.GA18693@burratino> (raw)
In-Reply-To: <F815EC90C848458886E418CB6DE1DA8B@ssipboulton>
Hi Philip,
Philip Boulton wrote:
> My git build commands are:
> ./configure
> gmake clean && gmake all
> gmake install
The "gmake clean" undoes the effect of "./configure".
Hope that helps.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
diff --git a/Makefile b/Makefile
index d3dcfb1..c693652 100644
--- a/Makefile
+++ b/Makefile
@@ -2229,7 +2229,7 @@ dist-doc:
### Cleaning rules
distclean: clean
- $(RM) configure
+ $(RM) configure config.mak.autogen
clean:
$(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o vcs-svn/*.o \
@@ -2240,7 +2240,7 @@ clean:
$(RM) -r $(dep_dirs)
$(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h $(ETAGS_TARGET) tags cscope*
$(RM) -r autom4te.cache
- $(RM) config.log config.mak.autogen config.mak.append config.status config.cache
+ $(RM) config.log config.mak.append config.status config.cache
$(RM) -r $(GIT_TARNAME) .doc-tmp-dir
$(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz
next prev parent reply other threads:[~2010-11-04 22:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-04 21:59 'Unable to find remote helper' Philip Boulton
2010-11-04 22:40 ` Jonathan Nieder [this message]
2010-11-08 18:54 ` Junio C Hamano
2010-11-08 19:37 ` Jonathan Nieder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101104224010.GA18693@burratino \
--to=jrnieder@gmail.com \
--cc=git@vger.kernel.org \
--cc=philipb@ssimicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).