From owner-freebsd-current Wed Sep 16 13:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23653 for freebsd-current-outgoing; Wed, 16 Sep 1998 13:01:41 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23603 for ; Wed, 16 Sep 1998 13:01:02 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:njvrxn+HfoEgQl5QuB8fLLsIWPttpv1o@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA01028; Wed, 16 Sep 1998 21:59:22 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809161959.VAA01028@gratis.grondar.za> To: Chris Timmons cc: freebsd-current@FreeBSD.ORG Subject: Re: more on libatm.h problem In-Reply-To: Your message of " Wed, 16 Sep 1998 12:21:23 MST." References: Date: Wed, 16 Sep 1998 21:59:22 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Timmons wrote: > > I'm not sure what the right thing to do is. During the aout-to-elf build > the mkdeps for > > sbin/atm > usr.sbin/atm/atmarpd > usr.sbin/atm/scspd > > fail because libatm.h hasn't yet been installed into > /usr/obj/aout/usr/src/tmp/usr/include. > > I got my build working by adding -I${.CURDIR}/../../../lib/libatm > into the appropriate Makefiles, which feels like a hack. > > Ideas? Add libatm to the list of dirs that "make include(s)" does a "make beforeinstall" in src/Makefile.inc1. Then do a full "make buildworld" - no shortcuts. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message