Source-Changes-HG archive

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

[src/trunk]: src/tools/host-mkdep Let -- be used to separate mkdep options fr...



details:   https://anonhg.NetBSD.org/src/rev/82279743dc71
branches:  trunk
changeset: 555190:82279743dc71
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Nov 11 10:50:02 2003 +0000

description:
Let -- be used to separate mkdep options from cc options

diffstat:

 tools/host-mkdep/host-mkdep.in |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c21e2c8e309e -r 82279743dc71 tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in    Tue Nov 11 08:27:16 2003 +0000
+++ b/tools/host-mkdep/host-mkdep.in    Tue Nov 11 10:50:02 2003 +0000
@@ -1,6 +1,6 @@
 #!@BSHELL@ -
 #
-#      $NetBSD: host-mkdep.in,v 1.11 2003/11/10 17:57:43 dsl Exp $
+#      $NetBSD: host-mkdep.in,v 1.12 2003/11/11 10:50:02 dsl Exp $
 #
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -94,6 +94,10 @@
                shift 2
                ;;
 
+       --)     shift
+               break
+               ;;
+
        -*)     $MERGE || break;
                echo "$USAGE" >&2
                exit 1



Home | Main Index | Thread Index | Old Index