summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2004-10-14 20:22:21 +0000
committertv <tv>2004-10-14 20:22:21 +0000
commit935990dd41d5957b91c600cc9954b3a539e80036 (patch)
tree8f0e3ddbf8bca626f45c393346c55fb7d4ec213c
parentff975964ca80d6b636bb86f928fef807e3c1510e (diff)
downloadpkgsrc-935990dd41d5957b91c600cc9954b3a539e80036.tar.gz
Oy. For some reason, when doing :O:u, -L and -R options are stripped
completely (they say "cached" but never come out the other side). So revert previous, hopefully to find a resolution later....
-rw-r--r--mk/wrapper/bsd.wrapper.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/wrapper/bsd.wrapper.mk b/mk/wrapper/bsd.wrapper.mk
index 2cd0f6d1693..c287d6659b7 100644
--- a/mk/wrapper/bsd.wrapper.mk
+++ b/mk/wrapper/bsd.wrapper.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.9 2004/10/14 20:00:30 tv Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.10 2004/10/14 20:22:21 tv Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -184,7 +184,6 @@ _WRAP_UNTRANSFORM_SEDFILE?= ${WRAPPER_TMPDIR}/untransform.sed
# Generate the transformation sedfiles if we need them.
.if !empty(_WRAP_TRANSFORM_CMDS)
-_WRAP_TRANSFORM_CMDS:= ${_WRAP_TRANSFORM_CMDS:O:u}
do-wrapper: ${_WRAP_TRANSFORM_SEDFILE} ${_WRAP_UNTRANSFORM_SEDFILE}
_WRAP_TRANSFORM_SED+= -f ${_WRAP_TRANSFORM_SEDFILE}
_UNWRAP_SED= -f ${_WRAP_UNTRANSFORM_SEDFILE}