automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rebuilding following a change in prefix?


From: Jan Engelhardt
Subject: Re: rebuilding following a change in prefix?
Date: Fri, 8 May 2009 06:52:07 +0200 (CEST)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

On Friday 2009-05-08 06:23, Adam Mercer wrote:
>I have noticed some strange behaviour with the build system on a
>project I am working on, consider the following:
>
>$ ./configure --prefix=/path/1
>$ make
>$ make install
>$ ./configure --prefix=/path/2
>$ make
>$ make install
>
>I would expect the make after the second configure to rebuild all the
>source code as the prefix has changed

Well, automake (unfortunately?) does not currently issue a recompile
when the compiler command changed.
It would be really cool to have that, though.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]