Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 1998 22:24:44 +0200
From:      Mark Murray <mark@grondar.za>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/mk bsd.libnames.mk 
Message-ID:  <199806012024.WAA27645@greenpeace.grondar.za>

next in thread | raw e-mail | index | archive | help
Peter Wemm wrote:
> How about something really silly like:
> 
> .if exists(${LIBKRB}) && defined(MAKE_KERBEROS4)
> :
> .endif
> 
> After all:
> LIBKDB?=        ${DESTDIR}${LIBDIR}/libkdb.a
> LIBKRB?=        ${DESTDIR}${LIBDIR}/libkrb.a
> 
> LIBDIR varies depending on the build environment, so it should work 
> reasonably well...

Tried that.

If you do

# cd src/usr.bin/rlogin
# make cleandir
# make obj
# make depend
# make all

...it breaks because ${DESTDIR} and ${LIBDIR} are not defined. 
Previously this would work. It would probably work for a "make 
buildworld". Maybe "all" needs to define these macros?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org



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?199806012024.WAA27645>