Den onsdagen den 7:e november 2012 skrev Paul Smith:
>
> There is already a new $(file ...) function in the current CVS version
> of GNU make, which writes to a file.
>
That is the best response any feature request can get! Its already
implemented. :-)
Thanks!
//Fredrik
__
On Wed, 2012-11-07 at 14:39 +0100, Fredrik Öhrström wrote:
> To get around this particular problem I implemented a workaround
> marcro called ListPathsSafely that writes the contents of a variable
> to disk.
There is already a new $(file ...) function in the current CVS version
of GNU make, which
When I designed the new makefiles for the OpenJDK project
(http://openjdk.java.net/projects/build-infra/guide.html)
The first and foremost problem was,
how to efficiently compile Java software from makefiles.
That included:
1 not wanting to spawn a jvm, to check if any java sources had changed.
On Wed, 2012-11-07 at 12:33 +0100, Daniel Borkmann wrote:
> Hi together,
>
> I have make 3.81 on a Debian stable machine. I tried out the example
> from the eval function given in
> http://www.gnu.org/software/make/manual/make.html#Eval-Function . The
> example *only* works for me if I remove the
Hi together,
I have make 3.81 on a Debian stable machine. I tried out the example
from the eval function given in
http://www.gnu.org/software/make/manual/make.html#Eval-Function . The
example *only* works for me if I remove the trailing '=' character, as
provided in the patch below. If the '=' is