This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Time to update documentation regarding supported configurationstyles?


On Fri, 2003-03-14 at 21:02, Nathanael Nerode wrote:
> I would be entirely in favor of removing official build-in-srcdir 
> support.  A lot of problems are created by srcdir=objdir on multilibbed 
> ports only.  They're usually really, really, irritating to find and fix, 
> if it's even possible.  Yet worse, some, mystifyingly, only show up on 
> native builds.
> 
> If people like, we could even make 'configure' complain if 
> srcdir=objdir. :-)

We could silently to mkdir BUILD, cd BUILD, ../configure --magic args
that generate a dummy Makefile in srcdir that does cd BUILD; make args

:)

-- 
Laurent Guerby <guerby at acm dot org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]