Skip site navigation (1)Skip section navigation (2)
Date:      18 Aug 1998 11:06:39 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Bruce Evans <bde@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libfetch Makefile
Message-ID:  <xzpd89yy7z4.fsf@grjottunagard.ifi.uio.no>
In-Reply-To: Bruce Evans's message of "Mon, 17 Aug 1998 13:39:09 -0700 (PDT)"
References:  <199808172039.NAA29216@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans <bde@FreeBSD.ORG> 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



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