Re: GNU Make 4.1 - NOT Using Recipe

2017-10-13 Thread Paul Smith
On Fri, 2017-10-13 at 14:34 +, Elizabeth Thompson wrote: > make > NOT using recipe > > I have read & read GNU Make and have no answers. > > I modified the example on pg 24 of GNU Make > foo : $(objects) >     cc -o foo $(CFLAGS) $(objects) > The example does not even work, the recipe is ignor

GNU Make 4.1 - NOT Using Recipe

2017-10-13 Thread Elizabeth Thompson
make NOT using recipe I have read & read GNU Make and have no answers. I modified the example on pg 24 of GNU Make foo : $(objects)     cc -o foo $(CFLAGS) $(objects) The example does not even work, the recipe is ignored. Nothing after is recognized. eg @echo whatever... I did find a workaround.

Re: [bug #52209] Support for ifeq function

2017-10-13 Thread Tim Murphy
Sorry for "plugging" my work but you can use loadable modules to implement any function you like and I have done "ifeq" some time ago here: https://bitbucket.org/tnmurphy/extramake ... except my version is $(equals...) This is a good way to experiment with what you want from the function before