summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-14 20:22:21 +0000
committertv <tv@pkgsrc.org>2004-10-14 20:22:21 +0000
commite2231831d130be5041218b085928c9d5abaeaec8 (patch)
tree8f0e3ddbf8bca626f45c393346c55fb7d4ec213c /mk/wrapper
parent6ad10041728c451b0f2e46802fb499ef05551a74 (diff)
downloadpkgsrc-e2231831d130be5041218b085928c9d5abaeaec8.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....
Diffstat (limited to 'mk/wrapper')
-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}