Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2007 19:23:26
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Sep  6 19:23:26 UTC 2007

Modified Files:
	pkgsrc/bootstrap: bootstrap
	pkgsrc/devel/bmake: Makefile
	pkgsrc/devel/bmake/files: Makefile.in config.h.in configure
	    configure.in job.c job.h main.c makefile.boot.in pathnames.h

Log Message:
Try to force a proper shell on Solaris by extending bmake to
expect full path names. Use the default locations in /bin unless
overriden explicitly. Bump revision of bmake.

On Solaris, use /usr/xpg4/bin/sh if it exists.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 pkgsrc/bootstrap/bootstrap
cvs rdiff -r1.35 -r1.36 pkgsrc/devel/bmake/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/bmake/files/Makefile.in \
    pkgsrc/devel/bmake/files/job.c
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/bmake/files/config.h.in \
    pkgsrc/devel/bmake/files/pathnames.h
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/bmake/files/configure \
    pkgsrc/devel/bmake/files/job.h
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/bmake/files/configure.in \
    pkgsrc/devel/bmake/files/main.c
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/bmake/files/makefile.boot.in

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