Re: "inline" using a variable

2016-10-04 Thread Paul Smith
On Sun, 2016-10-02 at 00:19 +1000, Russell Shaw wrote: > When i "configured" binutils in a directory separate to the source directory, > it > generates a 11500 line Makefile containing the following fragment. > > Down the bottom it does: > >    $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-stage1; > >

"inline" using a variable

2016-10-01 Thread Russell Shaw
ke, we "inline" them using a variable. These # must be referenced as ": $(MAKE) ; $(unstage)" rather than "$(unstage)" # to avoid warnings from the GNU Make job server. unstage = : stage = : current_stage = "" .PHONY: unstage stage unstage: