diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-06 04:39:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-06 04:39:00 +0000 |
commit | b15072fe03a8c128609a8665253a5fffab4f0868 (patch) | |
tree | 1fc95c3b8da5a2946c5189dbc25b0bab0d173836 /mk/buildlink3 | |
parent | dd050b02ce9cd8412ae9faf9fd51e94f2d10db9e (diff) | |
download | pkgsrc-b15072fe03a8c128609a8665253a5fffab4f0868.tar.gz |
err BUILDLINK_UPDATE_CACHE should be no for now... sorry I had this change
in my local tree.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r-- | mk/buildlink3/bsd.buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk index dd11a5c06c2..9c11442e32f 100644 --- a/mk/buildlink3/bsd.buildlink3.mk +++ b/mk/buildlink3/bsd.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.buildlink3.mk,v 1.137 2004/04/05 17:00:12 xtraeme Exp $ +# $NetBSD: bsd.buildlink3.mk,v 1.138 2004/04/06 04:39:00 xtraeme Exp $ # # An example package buildlink3.mk file: # @@ -804,7 +804,7 @@ do-buildlink: ${_target_} # The configure process usually tests for outlandish or missing things # that we don't want polluting the argument cache. # -CONFIGURE_ENV+= BUILDLINK_UPDATE_CACHE=yes +CONFIGURE_ENV+= BUILDLINK_UPDATE_CACHE=no # There are three different parts we can add to the common transforming # cache to speed things up: |