On Sun, 2016-05-15 at 21:27 +0100, Lee Shallis wrote:
> I initially tried using the $(shell chdir...) variant but later
> realized my mistake there, I then went on to googling for possible
> solutions to this, I'd rather not start up a new instance of make
> just to apply an option to change the working directory, is it
> possible to do this from within my makefiles?

There is no facility in a makefile that allows you to change the working
directory of the currently-running instance of make.

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to