diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-10 08:28:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-10 08:28:49 +0000 |
commit | ee16d44ab025bcf6d87f0d583a0b1fc61c80a812 (patch) | |
tree | 439ba5b1f0ceeeb1b7570ccf458974ff25eaa806 /mk | |
parent | b0d7992a4c86635bf8cd866901acfcd1fff36e81 (diff) | |
download | pkgsrc-ee16d44ab025bcf6d87f0d583a0b1fc61c80a812.tar.gz |
Export MAKECONF again.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/post-build-conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/post-build-conf b/mk/bulk/post-build-conf index 970513db3c9..c2053e9e7bc 100644 --- a/mk/bulk/post-build-conf +++ b/mk/bulk/post-build-conf @@ -1,4 +1,4 @@ -# $NetBSD: post-build-conf,v 1.5 2005/11/09 18:48:22 rillig Exp $ +# $NetBSD: post-build-conf,v 1.6 2005/11/10 08:28:49 rillig Exp $ # # This file is included after the build.conf file by the "build" and @@ -47,7 +47,7 @@ show_config_vars() { # usage: export_config_vars export_config_vars() { - export osrev arch BULK_BUILD_CONF USR_PKGSRC + export osrev arch BULK_BUILD_CONF USR_PKGSRC MAKECONF export CVS_USER CVS_FLAGS export PRUNEDISTFILES ftp_proxy http_proxy export PKGLIST NICE_LEVEL ADMIN ADMINSIG |