Subject: Re: Problem in new toolchain builds (need comments)
To: James Chacon <jchacon@genuity.net>
From: James Chacon <jchacon@genuity.net>
List: tech-toolchain
Date: 10/24/2001 10:41:10
>>: MAKE+=  USETOOLS=${USETOOLS:Q}
>>:
>>: .if defined(USE_NEW_TOOLCHAIN)
>>: MAKE+=  USE_NEW_TOOLCHAIN=${USE_NEW_TOOLCHAIN:Q}
>>: .endif
>>
>>Don't move this to <bsd.own.mk>.  Let these be set by normal variable means.
>>
>>With these changes, this looks acceptable to me.
>
>These need to be added to $MAKE or they don't propogate to sub-makes. No other
>way around it.
>

Oops...Obviously just exporting SRC_TOP is enough. I was mainly referring to
the need to export something via $MAKE.

James