diff options
author | xtraeme <xtraeme> | 2004-04-06 04:39:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-06 04:39:00 +0000 |
commit | fcf0bc724814384dedd426dfe7d76d547977842a (patch) | |
tree | 1fc95c3b8da5a2946c5189dbc25b0bab0d173836 /mk/buildlink3/bsd.buildlink3.mk | |
parent | 44a0add9b794daabbad0ea875f0c254e4d8484a8 (diff) | |
download | pkgsrc-fcf0bc724814384dedd426dfe7d76d547977842a.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/bsd.buildlink3.mk')
-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: |