From owner-cvs-all Tue Aug 18 02:07:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21988 for cvs-all-outgoing; Tue, 18 Aug 1998 02:07:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21974; Tue, 18 Aug 1998 02:07:16 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from grjottunagard.ifi.uio.no (2602@grjottunagard.ifi.uio.no [129.240.64.131]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id LAA26652; Tue, 18 Aug 1998 11:06:40 +0200 (MET DST) Received: (from dag-erli@localhost) by grjottunagard.ifi.uio.no ; Tue, 18 Aug 1998 11:06:40 +0200 (MET DST) Mime-Version: 1.0 To: Bruce Evans Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libfetch Makefile References: <199808172039.NAA29216@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 18 Aug 1998 11:06:39 +0200 In-Reply-To: Bruce Evans's message of "Mon, 17 Aug 1998 13:39:09 -0700 (PDT)" Message-ID: Lines: 22 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAB21976 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > Made this actually work when there's an object directory: > - replaced bogus dependencies of distribution sources on generated > sources by the same ones that bsd.lib.mk would generate if it knew > all the sources. We shoot ourself in the foot by not naming the > generated (included) sources *.h, so we can just put the generated > sources in SRCS. > - replaced -I${.CURDIR} by `-I.'. Here `.' is an alias for ${.OBJDIR}. > -I${.CURDIR} didn't do anything, since ${.CURDIR} is the default in > all cases here (it would be necessary for ""-style includes made from > sources in ${.OBJDIR}. > > Don't use `+=' for setting CLEANFILES for the first time. > > Added $Id$. All these bugs (or most of them) also exist in lib/libftpio/Makefile, which I used as template. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no