Subject: CVS commit: pkgsrc/mk/internal
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/04/2006 21:54:26
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Nov  4 21:54:26 UTC 2006

Modified Files:
	pkgsrc/mk/internal: build-defs-message.mk

Log Message:
There is a difference between the variables that can be configured by
the user to affect how packages are built (BUILD_DEFS) and the effects
that those variables have (BUILD_DEFS_EFFECTS). The latter variable has
been introduced to clearly separate these two issues.

While here, reduced the indentation of the directives a little bit. One
visible change is that "make build-defs-message" will always show the
message when called directly. Before, it had been shown only once, which
makes debugging a bit more difficult.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/internal/build-defs-message.mk

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