All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install
@ 2011-04-06 19:43 Gene Heskett
  2011-04-06 21:44 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Gene Heskett @ 2011-04-06 19:43 UTC (permalink / raw)
  To: linux-kernel

This is, in line 25 is $(INSTALL_HDR_PATH)

What do I export as that $VAR that will satisfy this?

--  
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
<http://tinyurl.com/ddg5bz>
<http://www.cantrip.org/gatto.html>
I feel better about world problems now!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install
  2011-04-06 19:43 2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install Gene Heskett
@ 2011-04-06 21:44 ` Michal Marek
  2011-04-07  0:48   ` Gene Heskett
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2011-04-06 21:44 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

On 6.4.2011 21:43, Gene Heskett wrote:
> This is, in line 25 is $(INSTALL_HDR_PATH)
> 
> What do I export as that $VAR that will satisfy this?

It is set by the toplevel Makefile:

#Default location for installed headers
export INSTALL_HDR_PATH = $(objtree)/usr

What exactly are you doing and how does it fail?

Michal

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install
  2011-04-06 21:44 ` Michal Marek
@ 2011-04-07  0:48   ` Gene Heskett
  0 siblings, 0 replies; 3+ messages in thread
From: Gene Heskett @ 2011-04-07  0:48 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kernel

On Wednesday, April 06, 2011, Michal Marek wrote:
>On 6.4.2011 21:43, Gene Heskett wrote:
>> This is, in line 25 is $(INSTALL_HDR_PATH)
>> 
>> What do I export as that $VAR that will satisfy this?
>
>It is set by the toplevel Makefile:
>
>#Default location for installed headers
>export INSTALL_HDR_PATH = $(objtree)/usr
>
>What exactly are you doing and how does it fail?
>
>Michal
I was attempting to locally build and install the 2.6.28.2 source package 
from the pclos repo.  My 'makeit' script makes a BzImage then modules.  It 
is about 4 lines into the make modules when it bailed out if that option 
was checked in a make xconfig, and then my makeit script, which was doing 
it after the make modules_install, also bailed out with the same message.

Could it be that my doing the build sequencing by script, was somehow 
bypassing this export function above?

In which case what pre-function should I issue from my script so this 
particular function is not bypassed?

Or might this be considered a Makefile bug?

Its all moot now anyway, I have had synaptic install the ready made pae 
version from the pclos repo, and it seems to be working normally for about 
the last 45 minutes.

Thank you very much for the informative reply Michal.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
<http://tinyurl.com/ddg5bz>
<http://www.cantrip.org/gatto.html>
Weiner's Law of Libraries:
	There are no answers, only cross references.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-07  0:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-06 19:43 2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install Gene Heskett
2011-04-06 21:44 ` Michal Marek
2011-04-07  0:48   ` Gene Heskett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.