pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper Oy. For some reason, when doing :O:u, -L a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed0da762f597
branches:  trunk
changeset: 481924:ed0da762f597
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 20:22:21 2004 +0000

description:
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:

 mk/wrapper/bsd.wrapper.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c970f557a29c -r ed0da762f597 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Thu Oct 14 20:01:43 2004 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Thu Oct 14 20:22:21 2004 +0000
@@ -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 @@
 
 # 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}



Home | Main Index | Thread Index | Old Index