diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-28 23:46:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-28 23:46:42 +0000 |
commit | 3f254d2f51c042248311bbd5ab219181050000e4 (patch) | |
tree | 3d42ff63169e9495f1fa4cb3cffa9adf7cb91530 /mk/buildlink2/post-cache | |
parent | d34803620867957248217ad581b552d453b4460a (diff) | |
download | pkgsrc-3f254d2f51c042248311bbd5ab219181050000e4.tar.gz |
* Split _BLNK_TRANSFORM_SED into 4 variables, as even with 3 it was
overflowing the make variable size limit.
* Rename _BLNK_WRAP_ENV to _BLNK_WRAP_SETENV, and use _BLNK_WRAP_ENV to
set the shell environment for the wrappee. Allow BUILDLINK_WRAPPER_ENV
to add to the shell environment.
Diffstat (limited to 'mk/buildlink2/post-cache')
-rw-r--r-- | mk/buildlink2/post-cache | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/buildlink2/post-cache b/mk/buildlink2/post-cache index 594c4739949..37327a5c471 100644 --- a/mk/buildlink2/post-cache +++ b/mk/buildlink2/post-cache @@ -1,4 +1,4 @@ -# $NetBSD: post-cache,v 1.5 2002/09/18 00:46:59 jlam Exp $ +# $NetBSD: post-cache,v 1.6 2002/09/28 23:46:42 jlam Exp $ *) case $arg in @@ -47,6 +47,7 @@ @_BLNK_TRANSFORM_SED.1@ \ @_BLNK_TRANSFORM_SED.2@ \ @_BLNK_TRANSFORM_SED.3@ \ + @_BLNK_TRANSFORM_SED.4@ \ ` case $updatecache in yes) |