in reply to Re: A bug in GNU make ?
in thread A bug in GNU make ?
However, encouraged by your suggestion, I went back to it and found that either of the following 2 options do the job as intended:Makefile:1160: *** Recursive variable 'PATH' references itself (eventu +ally). Stop.
Does it seem right that both of those bracket types are acceptable ?PATH := $(PATH);build PATH := ${PATH};build
I think I'll file a Glib::Object::Introspection bug report, suggesting that this change to the Makefile.PL be made.$inherited =~ s/($target)/.IMPORT: PATH\nPATH := \$(PATH);build\n.EXPO +RT: PATH\n$1/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A bug in GNU make ?
by swl (Prior) on Aug 27, 2023 at 22:39 UTC | |
by syphilis (Archbishop) on Aug 28, 2023 at 01:19 UTC |