Subject: dosboot, netboot Makefile missing VERSIONFILE
To: None <port-i386@netbsd.org>
From: John Darrow <John.P.Darrow@wheaton.edu>
List: port-i386
Date: 04/07/1999 15:25:24
While performing a build today, I noticed that the Makefiles in 
sys/arch/i386/stand/dosboot and .../netboot are missing the
VERSIONFILE= ${.CURDIR}/version line found in .../biosboot/Makefile.
This causes (non-fatal) errors in the newvers.sh command run as part
of the build process, as, since ${.ALLSRC} isn't defined, the newvers.sh
tries to use the string "DOS Boot" (or "Network Boot") as the version
file name.  This then causes the version strings in vers.c to be
incorrect.

Simply adding the line to these files fixes the problem.

(Note that, though netboot isn't currently built by default, the line
should still be added for consistency).

jdarrow

--
John Darrow
Computing Services, Wheaton College, Wheaton, IL
John.P.Darrow@wheaton.edu