* [PATCH] deb-pkg: Use $SRCARCH for include path
@ 2011-01-13 14:34 maximilian attems
2011-01-14 23:43 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2011-01-13 14:34 UTC (permalink / raw)
To: linux-kbuild; +Cc: Michal Marek, maximilian attems
Fix x86 centric path to allow building kernel-header packages for
other architecture.
Thanks: Michal Marek <mmarek@suse.cz>
Signed-off-by: maximilian attems <max@stro.at>
---
scripts/package/builddeb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index b0b2357..ebc6d6e 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -239,7 +239,7 @@ fi
# Build header package
find . -name Makefile -o -name Kconfig\* -o -name \*.pl > /tmp/files$$
-find arch/x86/include include scripts -type f >> /tmp/files$$
+find arch/$SRCARCH/include include scripts -type f >> /tmp/files$$
(cd $objtree; find .config Module.symvers include scripts -type f >> /tmp/objfiles$$)
destdir=$kernel_headers_dir/usr/src/linux-headers-$version
mkdir -p "$destdir"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] deb-pkg: Use $SRCARCH for include path
2011-01-13 14:34 [PATCH] deb-pkg: Use $SRCARCH for include path maximilian attems
@ 2011-01-14 23:43 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2011-01-14 23:43 UTC (permalink / raw)
To: maximilian attems; +Cc: linux-kbuild
On Thu, Jan 13, 2011 at 03:34:20PM +0100, maximilian attems wrote:
> Fix x86 centric path to allow building kernel-header packages for
> other architecture.
>
> Thanks: Michal Marek <mmarek@suse.cz>
> Signed-off-by: maximilian attems <max@stro.at>
Thanks, applied to kbuild-2.6.git#packaging.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-14 23:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 14:34 [PATCH] deb-pkg: Use $SRCARCH for include path maximilian attems
2011-01-14 23:43 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox