public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2210 Make w/o /usr/include/linux
@ 1999-07-20 10:25 Kurt Garloff
  0 siblings, 0 replies; only message in thread
From: Kurt Garloff @ 1999-07-20 10:25 UTC (permalink / raw)
  To: SuSE Kernel Developers, Linux kernel list


[-- Attachment #1.1: Type: text/plain, Size: 462 bytes --]

Hi,

if a link from /usr/include/linux to 
/usr/src/where_ever/your/kernel/tree/actually/is/include/linux
is missing, you're in trouble for compiling some userspace apps.

However, the kernel compilation should not depend on it.

But the scripts/split-include does at the moment.H
Attached a patch to fix it.

-- 
Kurt Garloff  <garloff@suse.de>           SuSE GmbH, Nürnberg, FRG
Linux kernel development;      SCSI drivers: tmscsim(DC390), DC395

[-- Attachment #1.2: 2210-ipath.diff --]
[-- Type: text/plain, Size: 522 bytes --]

--- linux-2.2.10.SuSE/Makefile~	Tue Jul 20 01:44:26 1999
+++ linux-2.2.10.SuSE/Makefile	Tue Jul 20 12:05:57 1999
@@ -466,7 +466,7 @@
 #
 
 scripts/mkdep: scripts/mkdep.c
-	$(HOSTCC) $(HOSTCFLAGS) -o scripts/mkdep scripts/mkdep.c
+	$(HOSTCC) $(HOSTCFLAGS) -I$(HPATH) -o scripts/mkdep scripts/mkdep.c
 
 scripts/split-include: scripts/split-include.c
-	$(HOSTCC) $(HOSTCFLAGS) -o scripts/split-include scripts/split-include.c
+	$(HOSTCC) $(HOSTCFLAGS) -I$(HPATH) -o scripts/split-include scripts/split-include.c

[-- Attachment #2: Type: application/pgp-signature, Size: 289 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-07-20 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-20 10:25 [PATCH] 2210 Make w/o /usr/include/linux Kurt Garloff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox