Subject: Building install floppies
To: None <current-users@netbsd.org>
From: Eric Delcamp <e.delcamp@wanadoo.fr>
List: current-users
Date: 04/29/2000 09:55:59
Hi !

Always trying to build floppies on -current ;-)

In fdset, when doing a 'make', I got :
[...snip...]
done copying image
exiting
1 netbsd.tmp
1: not found
*** Error code 1

After digging in the ../fdset-common/Makefile.inc, I found that the '1
netbsd.tmp' should be 'strip netbsd.tmp'. Why ${STRIP} is replaced by '1' ?
Hehe, I found ! Listing my /etc/mk.conf :
STRIP=1
UPDATE=1
UVM=1
BSDOBJDIR=/usr/obj.foo

Is the STRIP option on mk.conf is obsolete ? If not, there is an
uncompatability with builiding the install floppies.

Thanks.