* [PATCH] deb-pkg: Add all Makefiles to header package
@ 2012-06-08 9:36 maximilian attems
2012-06-28 8:49 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2012-06-08 9:36 UTC (permalink / raw)
To: linux-kbuild; +Cc: Michal Marek, Michael Prokop, maximilian attems
From: maximilian attems <max@stro.at>
I discovered that make deb-pkg does not add Makefile_32.cpu from
arch/x86 directory when doing i386 kernel build and package build.
Fix it by greedily adding all Makefiles.
Reported-by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: maximilian attems <max@stro.at>
---
scripts/package/builddeb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index 6505ecd..acb8650 100644
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -243,7 +243,7 @@ EOF
fi
# Build header package
-(cd $srctree; find . -name Makefile -o -name Kconfig\* -o -name \*.pl > "$objtree/debian/hdrsrcfiles")
+(cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl > "$objtree/debian/hdrsrcfiles")
(cd $srctree; find arch/$SRCARCH/include include scripts -type f >> "$objtree/debian/hdrsrcfiles")
(cd $objtree; find arch/$SRCARCH/include .config Module.symvers include scripts -type f >> "$objtree/debian/hdrobjfiles")
destdir=$kernel_headers_dir/usr/src/linux-headers-$version
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] deb-pkg: Add all Makefiles to header package
2012-06-08 9:36 [PATCH] deb-pkg: Add all Makefiles to header package maximilian attems
@ 2012-06-28 8:49 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2012-06-28 8:49 UTC (permalink / raw)
To: maximilian attems; +Cc: linux-kbuild, Michael Prokop, maximilian attems
On 8.6.2012 11:36, maximilian attems wrote:
> From: maximilian attems <max@stro.at>
>
> I discovered that make deb-pkg does not add Makefile_32.cpu from
> arch/x86 directory when doing i386 kernel build and package build.
> Fix it by greedily adding all Makefiles.
>
> Reported-by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
> Signed-off-by: maximilian attems <max@stro.at>
Applied to kbuild.git#misc, thanks.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-28 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 9:36 [PATCH] deb-pkg: Add all Makefiles to header package maximilian attems
2012-06-28 8:49 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox