Re: [PATCH] Makefile: One last adjustment to relative paths

2014-08-26 Thread Boaz Harrosh
On 08/25/2014 04:40 PM, Michal Marek wrote: > > So I don't understand why are you getting a message with a relative > path. I get an absolute path as expected here: > $ mkdir aaa > $ make O=aaa defconfig > make[1]: Entering directory `/home/mmarek/linux-2.6/aaa' OK that was an operator error. You

Re: [PATCH] Makefile: One last adjustment to relative paths

2014-08-25 Thread Michal Marek
On 2014-08-25 10:50, Boaz Harrosh wrote: > the simple fix is to have "Entering directory" print full path. > > [Stable needed for 3.16] > CC: Stable Tree > Signed-off-by: Boaz Harrosh > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile

[PATCH] Makefile: One last adjustment to relative paths

2014-08-25 Thread Boaz Harrosh
From: Boaz Harrosh I have one last problem when compiling under an IDE. This time it is when I compile linux under another Makefile with the use of make -C linux The make command is run from /home/boaz/dev/ What the IDE will see is: make[1]: Entering directory `/home/boaz/dev/linux-open-