From owner-cvs-all Wed Jan 26 9:19:44 2000 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 0971F1514E; Wed, 26 Jan 2000 09:19:39 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 4DF721C03; Thu, 27 Jan 2000 01:19:36 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: bloom@acm.org Cc: Sheldon Hearn , Yoshinobu Inoue , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net rcmd.c In-Reply-To: Message from Jim Bloom of "Wed, 26 Jan 2000 12:02:23 EST." <388F289F.786698FE@acm.org> Date: Thu, 27 Jan 2000 01:19:36 +0800 From: Peter Wemm Message-Id: <20000126171936.4DF721C03@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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