Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/host-mkdep account for -vi
details: https://anonhg.NetBSD.org/src/rev/3367504e2a77
branches: trunk
changeset: 785229:3367504e2a77
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 05 03:06:21 2013 +0000
description:
account for -vi
diffstat:
tools/host-mkdep/host-mkdep.in | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 6400dd15e269 -r 3367504e2a77 tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in Tue Mar 05 03:04:00 2013 +0000
+++ b/tools/host-mkdep/host-mkdep.in Tue Mar 05 03:06:21 2013 +0000
@@ -1,6 +1,6 @@
#!@BSHELL@ -
#
-# $NetBSD: host-mkdep.in,v 1.23 2012/12/09 23:53:39 christos Exp $
+# $NetBSD: host-mkdep.in,v 1.24 2013/03/05 03:06:21 christos Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -84,6 +84,7 @@
-o) OPTIONAL=true; AWK_OPTIONAL='print ".OPTIONAL:" $0';;
-p) NEWEXT=;;
-q) QUIET=true;;
+ -[iv]) ;;
-[fPs]) # Options with arguments
[ -z "$optarg" ] && {
@@ -180,7 +181,9 @@
--sysroot*)
shift
;;
-
+ -[iv])
+ shift
+ ;;
-*)
echo "$0: Unknown option: $1" 1>&2 # all other -options
exit 1
Home |
Main Index |
Thread Index |
Old Index