Subject: recent -current src/distrib/sets changes
To: None <current-users@netbsd.org>
From: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 12/20/2003 12:58:24
Hi!
With these changes
http://mail-index.netbsd.org/source-changes/2003/12/19/0032.html
I see the following behavior of 'nmbake-... sets'
1.
nbmake: "/usr/src/distrib/sets/Makefile" line 17: warning: "DESTDIR=/usr/dest MACHINE=i386 MACHINE_ARCH=i386 CKSUM=/usr/toolchain-i386/bin/nbcksum MAKE=/usr/toolchain-i386/bin/nbmake MTREE=/usr/toolchain-i386/bin/nbmtree MKTEMP=/usr/toolchain-i386/bin/nbmktemp PAX=/usr/toolchain-i386/bin/nbpax sh -c '. sets.defaults; echo ${lists}'" returned non-zero status
/usr/toolchain-i386/bin/nbmake checkflist
.: sets.defaults: not found
This implicitly requires '.' in PATH to work...
2. The distrib files (base.tgz, comp.tgz etc.) are only generated if
not existing! So, if you 'build.sh -u release' they will not be
changed anyway!
Are these wanted behaviors?
Markus.