pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper preserve -Qoption arg if the 2nd next arg i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f25386279f0a
branches: trunk
changeset: 498366:f25386279f0a
user: grant <grant%pkgsrc.org@localhost>
date: Sun Aug 21 02:39:52 2005 +0000
description:
preserve -Qoption arg if the 2nd next arg isn't -R.
diffstat:
mk/wrapper/arg-pp-sunpro-cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d70ff882398f -r f25386279f0a mk/wrapper/arg-pp-sunpro-cxx
--- a/mk/wrapper/arg-pp-sunpro-cxx Sun Aug 21 02:31:27 2005 +0000
+++ b/mk/wrapper/arg-pp-sunpro-cxx Sun Aug 21 02:39:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: arg-pp-sunpro-cxx,v 1.1 2005/08/20 14:37:53 grant Exp $
+# $NetBSD: arg-pp-sunpro-cxx,v 1.2 2005/08/21 02:39:52 grant Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -46,6 +46,7 @@
prepend_queue argbuf $nextarg2
;;
*)
+ argok=yes
$debug_log $wrapperlog " (arg-pp-sunpro-cxx) pre: $nextarg2"
prepend_queue argbuf $nextarg2
$debug_log $wrapperlog " (arg-pp-sunpro-cxx) pre: $nextarg1"
Home |
Main Index |
Thread Index |
Old Index