Source-Changes-HG archive

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

[src/trunk]: src/tools/host-mkdep host-mkdep(1): Add support for -iquote.



details:   https://anonhg.NetBSD.org/src/rev/b3a0e6735d68
branches:  trunk
changeset: 377388:b3a0e6735d68
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 10 08:55:44 2023 +0000

description:
host-mkdep(1): Add support for -iquote.

Not used yet, but may eventually replace deprecated -I-, both for
GCC and clang.

diffstat:

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

diffs (20 lines):

diff -r ba9032cba4a6 -r b3a0e6735d68 tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in    Mon Jul 10 07:59:24 2023 +0000
+++ b/tools/host-mkdep/host-mkdep.in    Mon Jul 10 08:55:44 2023 +0000
@@ -1,6 +1,6 @@
 #!@BSHELL@ -
 #
-#      $NetBSD: host-mkdep.in,v 1.32 2019/10/29 23:33:06 joerg Exp $
+#      $NetBSD: host-mkdep.in,v 1.33 2023/07/10 08:55:44 rin Exp $
 #
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -151,7 +151,7 @@ else
                                cppargs=${cppargs%x}
                                ;;
 
-               -[IDU]|-include|-isystem|-isysroot)
+               -[IDU]|-include|-iquote|-isystem|-isysroot)
                                set -- "$@" "$1" "$2"
                                shift 2
                                cppargs=${cppargs%xx}



Home | Main Index | Thread Index | Old Index