Subject: Re: toolchain build error with i386
To: Thomas Asami <thomas_asami@hotmail.com>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 10/25/2001 12:34:00
>Hubert Feyrer wrote:
>>On Thu, 25 Oct 2001, Thomas Asami wrote:
>> > all ===> .WAIT
>> > cd: can't cd to /usr/src/gnu/.WAIT
>>
>>update make(1)
>After updating /usr/src/usr.bin/make, I still got the error :(
Actually its not make that you need to update its /usr/share/mk
there's magic in bsd.subdir.mk to deal with .WAIT.
Its generally a good idea to build the tree using its own *.mk
so
make -m $PWD/share/mk
or someother means to achieve the same thing.
--sjg