Skip site navigation (1)Skip section navigation (2)
Date:      24 Aug 1999 15:57:06 -0700
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        Bill Fenner <fenner@research.att.com>
Cc:        ports@freebsd.org
Subject:   Re: Should USE_IMAKE get ${MAKE_ENV}?
Message-ID:  <vqchflozt19.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Bill Fenner's message of "Tue, 24 Aug 1999 11:09:43 -0700"
References:  <199908241809.LAA09622@windsor.research.att.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Bill Fenner <fenner@research.att.com>

 *  .if defined(USE_IMAKE)
 * -	@(cd ${WRKSRC} && ${XMKMF})
 * +	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF})
 *  .endif

Hmm.  I'm not sure if that's the right thing -- the imake step falls
under the "configure" meta-target, so maybe it should be
${CONFIGURE_ENV} that's passed (and the appropriate definitions of
PREFIX etc. added to that variable).

What do other people think?

-PW


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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