Re: Allow (O=...) from file

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jay Cliburn <jacliburn@...>
Cc: <linux-kernel@...>
Date: Thursday, December 6, 2007 - 5:38 pm

On Wed, Dec 05, 2007 at 09:31:26PM -0600, Jay Cliburn wrote:
It does so as an argument to make so it is considered "command line" by make.
It comes from the command line in your case.
We hit the error because kbuild see the srctree and objtree points at the
same directory so outputmakefile will overwrite the kernel Makefile
if it is writeable.

Then you never get KBUILD_OUTPUT set.
Try adding a:
$(warning origin=$(origin O))
just above the lines with the check that fails.

I will try to fix this during the weeken - but Linux time is sparse these days.

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

Messages in current thread:
Allow (O=...) from file, Jay Cliburn, (Tue Dec 4, 11:04 pm)
Re: Allow (O=...) from file, Jan Engelhardt, (Thu Dec 6, 10:57 am)
Re: Allow (O=...) from file, Jay Cliburn, (Thu Dec 6, 8:24 pm)
Re: Allow (O=...) from file, Sam Ravnborg, (Wed Dec 5, 5:00 pm)
Re: Allow (O=...) from file, Jay Cliburn, (Wed Dec 5, 11:31 pm)
Re: Allow (O=...) from file, Sam Ravnborg, (Sat Dec 8, 4:14 pm)
Re: Allow (O=...) from file, Jay Cliburn, (Sat Dec 8, 8:25 pm)
Re: Allow (O=...) from file, Sam Ravnborg, (Thu Dec 6, 5:38 pm)
Re: Allow (O=...) from file, Erik Mouw, (Wed Dec 5, 5:37 pm)
Re: Allow (O=...) from file, Erik Mouw, (Wed Dec 5, 5:49 pm)
Re: Allow (O=...) from file, Erik Mouw, (Wed Dec 5, 4:02 pm)