linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kurt Garloff <garloff@suse.de>
To: SuSE Kernel Developers <kernel@suse.de>,
	Linux kernel list <linux-kernel@vger.rutgers.edu>
Subject: [PATCH] 2210 Make w/o /usr/include/linux
Date: Tue, 20 Jul 1999 12:25:06 +0200	[thread overview]
Message-ID: <19990720122506.A21397@bari.suse.de> (raw)


[-- 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 --]

                 reply	other threads:[~1999-07-20 10:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990720122506.A21397@bari.suse.de \
    --to=garloff@suse.de \
    --cc=kernel@suse.de \
    --cc=linux-kernel@vger.rutgers.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).