[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing CWD of make while it's running
From: |
Paul Smith |
Subject: |
Re: Changing CWD of make while it's running |
Date: |
Sun, 15 May 2016 17:09:34 -0400 |
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.