Re: [PATCH] Allow building GIT in a different directory from the source directory

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Han-Wen Nienhuys
Date: Tuesday, December 12, 2006 - 4:50 am

Junio C Hamano escreveu:

I already tried to explain in a previous thread on the list. 
See 

  http://article.gmane.org/gmane.comp.version-control.git/33487
  
you can still build git in the same directory as source 
without using autoconf, and plain make.

If you insist, I can create a separate

  setup-builddir.sh

to setup the build directory; according to the principle of least
surprise, it should happen in the configure script though.

I still don't understand the problem with autoconf; there are already
plenty of baroque shell scripts in GIT.  I hate writing m4 macros as
well, but that's not a problem for GIT users (ie. people who compile
GIT).

For them, 

  ./configure ; make ; make check ; make install

is actually the standard way to compile stuff.


-- 
 Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Allow building GIT in a different directory fr ..., Han-Wen Nienhuys, (Tue Dec 12, 4:50 am)
Re: [PATCH] Allow building GIT in a different directory fr ..., Johannes Schindelin, (Tue Dec 12, 11:55 am)