* Re: [Bugme-new] [Bug 9260] New: tipc_config.h is not installed when doing "make headers_install" [not found] <bug-9260-10286@http.bugzilla.kernel.org/> @ 2007-10-29 19:07 ` Andrew Morton 2007-10-30 8:20 ` David Miller 0 siblings, 1 reply; 2+ messages in thread From: Andrew Morton @ 2007-10-29 19:07 UTC (permalink / raw) To: netdev; +Cc: bugme-daemon, linux On Mon, 29 Oct 2007 09:10:26 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9260 > > Summary: tipc_config.h is not installed when doing "make > headers_install" > Product: Other > Version: 2.5 > KernelVersion: 2.6.23.1 > Platform: All > OS/Version: Linux > Tree: Mainline > Status: NEW > Severity: normal > Priority: P1 > Component: Configuration > AssignedTo: zippel@linux-m68k.org > ReportedBy: linux@izac.de > > > Most recent kernel where this bug did not occur: 2.6.15.7 > Distribution: all > Hardware Environment: all > Software Environment: all > > Problem Description: > When doing "make headers_install" the file tipc_config.h is not installed. It > describes the interface to configure the TIPC module and it is needed when > building the config utility (tipc-config). > Adding the following line to include/linux/Kbuild solves this: > header-y += tipc_config.h > > Steps to reproduce: make headers_install > ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bugme-new] [Bug 9260] New: tipc_config.h is not installed when doing "make headers_install" 2007-10-29 19:07 ` [Bugme-new] [Bug 9260] New: tipc_config.h is not installed when doing "make headers_install" Andrew Morton @ 2007-10-30 8:20 ` David Miller 0 siblings, 0 replies; 2+ messages in thread From: David Miller @ 2007-10-30 8:20 UTC (permalink / raw) To: akpm; +Cc: netdev, bugme-daemon, linux From: Andrew Morton <akpm@linux-foundation.org> Date: Mon, 29 Oct 2007 12:07:16 -0700 > On Mon, 29 Oct 2007 09:10:26 -0700 (PDT) > bugme-daemon@bugzilla.kernel.org wrote: > > > http://bugzilla.kernel.org/show_bug.cgi?id=9260 ... > > Problem Description: > > When doing "make headers_install" the file tipc_config.h is not installed. It > > describes the interface to configure the TIPC module and it is needed when > > building the config utility (tipc-config). > > Adding the following line to include/linux/Kbuild solves this: > > header-y += tipc_config.h > > Fair enough, I'll commit the following and submit to -stable as well. >From 502ef38da15d817f8e67acefc12dc2212f7f8aa1 Mon Sep 17 00:00:00 2001 From: David S. Miller <davem@sunset.davemloft.net> Date: Tue, 30 Oct 2007 01:19:19 -0700 Subject: [PATCH] [TIPC]: Add tipc_config.h to include/linux/Kbuild. Needed, as reported in: http://bugzilla.kernel.org/show_bug.cgi?id=9260 Signed-off-by: David S. Miller <davem@davemloft.net> --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 6a65231..bd33c22 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -149,6 +149,7 @@ header-y += ticable.h header-y += times.h header-y += tiocl.h header-y += tipc.h +header-y += tipc_config.h header-y += toshiba.h header-y += ultrasound.h header-y += un.h -- 1.5.2.5 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-30 8:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-9260-10286@http.bugzilla.kernel.org/>
2007-10-29 19:07 ` [Bugme-new] [Bug 9260] New: tipc_config.h is not installed when doing "make headers_install" Andrew Morton
2007-10-30 8:20 ` David Miller
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).