Re: Check handling of kernel build output directory

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jan Engelhardt <jengelh@...>
Cc: Markus Elfring <Markus.Elfring@...>, <linux-kernel@...>, <linux-kbuild@...>
Date: Saturday, October 27, 2007 - 8:21 am

On Sat, Oct 27, 2007 at 01:32:54PM +0200, Jan Engelhardt wrote:

When introducing the make O=...
I was a bit anal about where the definition of O came from so you will see
that in the top-level Makefile we check if O= is defined at the commandline:

ifdef O
  ifeq ("$(origin O)", "command line")
    KBUILD_OUTPUT := $(O)
  endif
endif

"O" is just too vague to be picked up from the environment.

	Sam
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 1:31 pm)
Re: Check handling of kernel build output directory, Jan Engelhardt, (Sat Oct 27, 7:33 am)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 8:41 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Fri Oct 26, 3:05 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 3:25 pm)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Fri Oct 26, 3:47 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 1:07 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Sat Oct 27, 3:23 am)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 12:00 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Sat Oct 27, 8:30 am)
Re: Check handling of kernel build output directory, Vegard Nossum, (Fri Oct 26, 1:36 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 2:40 pm)
Re: Check handling of kernel build output directory, Markus Elfring, (Fri Oct 26, 3:05 pm)
Re: Check handling of kernel build output directory, Jan Engelhardt, (Sat Oct 27, 7:32 am)
Re: Check handling of kernel build output directory, Sam Ravnborg, (Sat Oct 27, 8:21 am)