Subject: Build update on -current
To: None <port-vax@netbsd.org>
From: Chuck McManis <cmcmanis@mcmanis.com>
List: port-vax
Date: 03/12/2000 22:40:46
Review: I'm building the current sources on a 1.4.1 machine (kernel + 
userland), it doesn't work out of the box :-)

Update: So far the biggest problem has been the new crypto building procedure:
	1) The new bsd.crypto.mk is not part of existing /usr/share/mk
		Solution: Add "-m /usr/src/share/mk" to the make line.
		Better solution: Build these into "release" first and then subdir
			can use the modified line.
	2) the var CRYPTOPATH is not correctly set.
		Solution: Set it manually before the build. This seems to work.
	3) make doesn't understand ${.PARSEDIR} syntax.
		Solution: Since CRYPTOPATH has to be defined for this to work
		anyway, replace instances of .PARSEDIR with $(CRYPTOPATH)/dir
		where 'dir' is the current directory.

Its off doing the depends and I'll let it run all night to see where it 
gets. I'm planning on setting up an MV3100/M76 to do my build tomorrow (its 
in the trunk of my car at the moment :-)

--Chuck