bug-make
[Top][All Lists]
Advanced

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

[bug #57676] openjdk11 fails to build with make 4.3


From: Yann E. MORIN
Subject: [bug #57676] openjdk11 fails to build with make 4.3
Date: Tue, 11 Feb 2020 10:46:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #7, bug #57676 (project make):

We also triggered this bug in Buildroot, where our Makefile does something
that can be reduced to this simple Makefile:


-include foo
$(shell echo 'VAR?=$(VAR)' >foo)
include foo

all:
        @echo 'VAR="$(VAR)"'


which allows us to memorise variables passed by the user so they don't have to
pass them over and over again.

This has worked great since the make 3.81 era up till now, but make 4.3 broke
that.

We wrote it thusly because we wanted to avoid rescanning the Makefile to
generate the file, as the Makefile is not clean to rescan (there are side
effects, unfortunately...).

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57676>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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