Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227645
b: refs/heads/master
c: f682030
h: refs/heads/master
i:
  227643: c821123
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Michal Marek committed Dec 14, 2010
1 parent f33ae5f commit c469ca7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8990c1bc4be46473ad19bf2fa612ca57286f3df4
refs/heads/master: f6820308e025d645d9d766c97586badd4ddb8754
5 changes: 3 additions & 2 deletions trunk/Documentation/make/headers_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ INSTALL_HDR_PATH indicates where to install the headers. It defaults to
The command "make headers_install_all" exports headers for all architectures
simultaneously. (This is mostly of interest to distribution maintainers,
who create an architecture-independent tarball from the resulting include
directory.) Remember to provide the appropriate linux/asm directory via "mv"
or "ln -s" before building a C library with headers exported this way.
directory.) You also can use HDR_ARCH_LIST to specify list of architectures.
Remember to provide the appropriate linux/asm directory via "mv" or "ln -s"
before building a C library with headers exported this way.

The kernel header export infrastructure is maintained by David Woodhouse
<dwmw2@infradead.org>.
2 changes: 1 addition & 1 deletion trunk/scripts/headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ do_command()
fi
}

archs=$(ls ${srctree}/arch)
archs=${HDR_ARCH_LIST:-$(ls ${srctree}/arch)}

for arch in ${archs}; do
case ${arch} in
Expand Down

0 comments on commit c469ca7

Please sign in to comment.