Subject: Re: make release problem
To: None <port-i386@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 08/13/2002 12:52:47
On Mon, Aug 12, 2002 at 03:33:36PM +0100, Patrick Welche wrote:
> With freshly updated code (Aug 12 9:43GMT):
> 
> # pwd
> /usr/src/distrib/i386/floppies/ramdisk-big
> # make -dx
> SMALLPROG=1 make -j 1 -f ramdiskbin.mk all
> + SMALLPROG=1 make -j 1 -f ramdiskbin.mk all
> if [ \! -d ifconfig ]; then mkdir ifconfig; fi; cd ifconfig;  printf ".PATH: /usr/src/distrib/utils/x_ifconfig\n.CURDIR:= /usr/src/distrib/utils/x_ifconfig\n.include \"\${.CURDIR}/Makefile\"\n"  | make CRUNCHEDPROG=1 DBG="-Os" -f- depend ifconfig.o
> + [ ! -d ifconfig ]
> + cd ifconfig
> + printf .PATH: /usr/src/distrib/utils/x_ifconfig\n.CURDIR:= /usr/src/distrib/utils/x_ifconfig\n.include "${.CURDIR}/Makefile"\n
> + make CRUNCHEDPROG=1 DBG=-Os -f- depend ifconfig.o
> make: don't know how to make ifconfig.c. Stop
> 
> I have been playing "spot the difference" with x_dhclient, and haven't
> spotted it...

That was a 1.6D box building a 1.6F release. Just upgraded the 1.6D box to
1.6F, and now it managed the 1.6F release without problems.. (odd...)

Cheers,

Patrick