Subject: Re: bin/13123: make: ReadMakefile return value incorrect
To: None <tech-toolchain@netbsd.org>
From: Simon J. Gerraty <sjg@quick.com.au>
List: tech-toolchain
Date: 06/06/2001 00:15:36
I guess the question that needs to be asked is if _PATH_DEFSYSPATH
contains:

/usr/share/mk:/usr/local/mk:/opt/mk

do we want make to potentially read 3 sys.mk's or just the 1st one
found.  I'd want just the first one - hence the patch in PR13123,
but perhaps I'm wrong?

--sjg