LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* make target `headers_install'
@ 2008-03-05 22:56 Artie Ziff
  2008-03-05 23:11 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Artie Ziff @ 2008-03-05 22:56 UTC (permalink / raw)
  To: linux kernel

Hi!

Is headers_install a valid make target? Somone on the kernel irc said it
was true, however when I run "make headers_install":

make: *** No rule to make target `headers_install'.  Stop.

object/goal: I am attempting to install the includes and set up the asm
links (and whatnot), which is one step in a procedure to build a
cross-compile toolchain.

cheers,
az


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

* Re: make target `headers_install'
  2008-03-05 22:56 make target `headers_install' Artie Ziff
@ 2008-03-05 23:11 ` Randy Dunlap
  2008-03-06  2:41   ` Artie Ziff
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2008-03-05 23:11 UTC (permalink / raw)
  To: Artie Ziff; +Cc: linux kernel

On Wed, 05 Mar 2008 14:56:37 -0800 Artie Ziff wrote:

> Hi!
> 
> Is headers_install a valid make target? Somone on the kernel irc said it
> was true, however when I run "make headers_install":
> 
> make: *** No rule to make target `headers_install'.  Stop.
> 
> object/goal: I am attempting to install the includes and set up the asm
> links (and whatnot), which is one step in a procedure to build a
> cross-compile toolchain.

headers_install is a valid make target is "recent" (last year or
so) kernels.  It's in the top-level Makefile.

What kernel version are you using?

---
~Randy

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

* Re: make target `headers_install'
  2008-03-05 23:11 ` Randy Dunlap
@ 2008-03-06  2:41   ` Artie Ziff
  0 siblings, 0 replies; 3+ messages in thread
From: Artie Ziff @ 2008-03-06  2:41 UTC (permalink / raw)
  To: linux kernel

Randy Dunlap wrote:
> headers_install is a valid make target is "recent" (last year or
> so) kernels.  It's in the top-level Makefile.
>
> What kernel version are you using?
>
>   
My kernel is (necessarily) linux-2.6.16

That is clearly the issue. Thank you! 
I see such a target in the top level Makefile of linux-2.6.23.

Though, I am curious how people accomplished this before the special
target was introduced. That would be very useful to know. My
understanding was that running "make menuconfig" specifically would
write the include files (afterward I will build glibc using this
kernel's headers). In particular, I read that I'd know when the header
config process was complete by the existence of the file
"/include/linux/version.h"./  Though, I am not seeing this file or other
header files.

-az


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

end of thread, other threads:[~2008-03-06  2:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-05 22:56 make target `headers_install' Artie Ziff
2008-03-05 23:11 ` Randy Dunlap
2008-03-06  2:41   ` Artie Ziff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).