Subject: Re: Problem in new toolchain builds (need comments)
To: James Chacon <jchacon@genuity.net>
From: Chris Jepeway <jepeway@blasted-heath.com>
List: tech-toolchain
Date: 10/23/2001 19:05:38
I hope I haven't missed the point, but
what about this sorta thing in bsd.own.mk?

	REALBSDSRCDIR!= cd $(BSDSRCDIR) ; pwd		# For sym-links
	__INVKDIR= $(.CURDIR)/
	.if $(__INVKDIR:N$(REALBSDSRCDIR)/*) == ""
	USETOOLS?= yes
	.endif

Chris <jepeway@blasted-heath.com>.