Subject: CVS commit: pkgsrc/sysutils/sysbuild
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 11/30/2002 17:50:18
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Nov 30 15:50:18 UTC 2002

Modified Files:
	pkgsrc/sysutils/sysbuild: Makefile
	pkgsrc/sysutils/sysbuild/files: sysbuild.8 sysbuild.sh

Log Message:
During the build-sets target, sysbuild directly calls `make sets' inside
distrib/sets. This call requires TOOLDIR to be set accordingly so that
make can find sysbuild compiled tools. Reported by Sergio Jiménez (sjr at
hispabsd dot org).

Also add a note in the manpage telling the user to use ?= in his mk.conf,
so that sysbuild can override the values there (specially for things like
TOOLDIR).

Bump version to 1.1.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/sysbuild/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/sysbuild/files/sysbuild.8 \
    pkgsrc/sysutils/sysbuild/files/sysbuild.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.