Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 01:19:36 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        bloom@acm.org
Cc:        Sheldon Hearn <sheldonh@uunet.co.za>, Yoshinobu Inoue <shin@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/net rcmd.c 
Message-ID:  <20000126171936.4DF721C03@overcee.netplex.com.au>
In-Reply-To: Message from Jim Bloom <bloom@acm.org>  of "Wed, 26 Jan 2000 12:02:23 EST." <388F289F.786698FE@acm.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jim Bloom wrote:
> That error was with that untested patch.  The problem is that sys/cam is
> linked first followed by sys/cam/scsi.  Since the first link is to the
> directory, scsi already exists.  Here is another untested patch based
> upon include/Makefile rev 1.107.  The newest changes avoids linking the
> subdirectory.  If manually patching on top of Peter's patch, look for
> SSUBDIRS.

Argh.. Actually, the best way to fix it is probably something like this:
-LNOHEADERDIRS= isofs ufs dev
+LNOHEADERDIRS= isofs ufs cam dev

I'm curious though, why the build worked here.. twice.. without this change..

> Jim Bloom
> bloom@acm.org


Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000126171936.4DF721C03>