Source-Changes-HG archive

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

[src/trunk]: src/tools/host-mkdep ignore --sysroot=/



details:   https://anonhg.NetBSD.org/src/rev/b9d0ba1bd7c5
branches:  trunk
changeset: 783175:b9d0ba1bd7c5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 09 23:42:16 2012 +0000

description:
ignore --sysroot=/

diffstat:

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

diffs (20 lines):

diff -r ced0aa42b97d -r b9d0ba1bd7c5 tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in    Sun Dec 09 23:18:30 2012 +0000
+++ b/tools/host-mkdep/host-mkdep.in    Sun Dec 09 23:42:16 2012 +0000
@@ -1,6 +1,6 @@
 #!@BSHELL@ -
 #
-#      $NetBSD: host-mkdep.in,v 1.21 2012/08/26 22:37:19 jmmv Exp $
+#      $NetBSD: host-mkdep.in,v 1.22 2012/12/09 23:42:16 christos Exp $
 #
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -177,6 +177,8 @@
                                shift
                                cppargs=${cppargs%x}
                                ;;
+               --sysroot*)
+                               ;;
 
                -*)             
                                echo "$0: Unknown option: $1" 1>&2 # all other -options



Home | Main Index | Thread Index | Old Index