Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2004 13:54:29
Module Name: pkgsrc
Committed By: jlam
Date: Sat Feb 14 13:54:29 UTC 2004
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Default to overriding config.status after GNU configure has been run. We
don't want it to execute during the build phase as it might overwrite
post-configure changes we might have made to the generated files. Packages
that don't want this behaviour can simply set:
CONFIG_STATUS_OVERRIDE= # empty
in the package Makefile.
To generate a diff of this commit:
cvs rdiff -r1.1399 -r1.1400 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.