diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-22 23:23:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-22 23:23:36 +0000 |
commit | d8d555b461fe66cd0cf3b37063c76b26372301f9 (patch) | |
tree | 6f2c1fd44572eb8f4da38e46a96f9a67440176e7 /mk/buildlink3 | |
parent | b92a6409c95350fa5e623138fb87739116a4715e (diff) | |
download | pkgsrc-d8d555b461fe66cd0cf3b37063c76b26372301f9.tar.gz |
Remove references about BUILDLINK_UPDATE_CACHE in the configure stage,
you could build packages faster right now (yay), I'm using this way
around +2 months ago without any problem.
Ok'ed by jlam@.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r-- | mk/buildlink3/bsd.buildlink3.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk index e422c171f3a..4301b235a61 100644 --- a/mk/buildlink3/bsd.buildlink3.mk +++ b/mk/buildlink3/bsd.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.buildlink3.mk,v 1.144 2004/06/04 15:00:15 jschauma Exp $ +# $NetBSD: bsd.buildlink3.mk,v 1.145 2004/06/22 23:23:36 xtraeme Exp $ # # An example package buildlink3.mk file: # @@ -695,11 +695,6 @@ _BLNK_TARGETS+= ${BUILDLINK_TARGETS} do-buildlink: ${_target_} .endfor -# The configure process usually tests for outlandish or missing things -# that we don't want polluting the argument cache. -# -CONFIGURE_ENV+= BUILDLINK_UPDATE_CACHE=no - # There are three different parts we can add to the common transforming # cache to speed things up: # |