Subject: creating the bootable iso image
To: None <netbsd-help@netbsd.org, netbsd-users@netbsd.org>
From: Kamil Shakirov <kamils80@gmail.com>
List: netbsd-users
Date: 07/22/2005 12:12:31
Hello guys,

Well, I built NetBSD 3.0 beta release doing the next steps in /usr/src:
./build.sh -O ../build/obj -T ../build/tools -R ../build/release -x -u 
-U tools
./build.sh -O ../build/obj -T ../build/tools -R ../build/release -x -u 
-U build
and finally:
./build.sh -O ../build/obj -T ../build/tools -R ../build/release -x -u 
-U release

So, now I have everything I need in /usr/build/release/i386

But I wanted to create a bootable CD image and I tried to make it doing:
cd /usr/src/etc
make DESTDIR=/usr/build/obj/destdir.i386 RELEASEDIR=/usr/build/release 
iso-image

But it failed with:
make: "/usr/src/etc/Makefile" line 319: Malformed conditional ((${MKPF} 
!= "no"))
make: "/usr/src/etc/Makefile" line 319: Missing dependency operator
make: "/usr/src/etc/Makefile" line 321: if-less endif
make: "/usr/src/etc/Makefile" line 321: Need an operator
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/src/etc

Seems as something is wrong in Makefile. Any help will be appreciated. :-)