Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2005 10:32:58
Module Name: pkgsrc
Committed By: seb
Date: Sun Nov 6 10:32:58 UTC 2005
Modified Files:
pkgsrc/mk/bulk: post-build-conf
Log Message:
Only export MAKECONF if it is not null, <bsd.own.mk> does not really like
an empty MAKECONF...
$ echo ".include <bsd.own.mk>" > Makefile
$ env MAKECONF= make
make: "/usr/share/mk/" line 1: Need an operator
make: "/usr/share/mk/" line 2: Need an operator
...
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/bulk/post-build-conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.