Subject: Re: toolchain/28994
To: None <netbsd-bugs@netbsd.org, lukem@netbsd.org>
From: Scott Ellis <scotte@intrepid.dnsalias.com>
List: netbsd-bugs
Date: 01/18/2005 15:03:49
That fixed the problem for i386, but amd64 now fails in a new manner.

cleandir ===> distrib/amd64/floppies/ramdisk
nbmake: "/misc/netbsd_src/src/distrib/amd64/floppies/ramdisk/Makefile" line 10:
Malformed conditional (${USE_INET6} != "no")
nbmake: "/misc/netbsd_src/src/distrib/amd64/floppies/ramdisk/Makefile" line 12:
if-less endif
nbmake: "/misc/netbsd_src/src/distrib/amd64/floppies/ramdisk/Makefile" line 12:
Need an operator
nbmake: Fatal errors encountered -- cannot continue

nbmake: stopped in /misc/netbsd_src/src/distrib/amd64/floppies/ramdisk


This doesn't make any sense to me, as the i386 ramdisk-big/Makefile and the
amd64 ramdisk/Makefile use the same test for USE_INET6.

Deleting ramdisk/Makefile and letting it re-cvs-update didn't help anything.

This occurs with a clean build (removing all obj.amd64 directories, etc.),
and I haven't had a chance to see what is really going on.

Suggestions?