CVS commit: [netbsd-10] src/tools/host-mkdep

2023-11-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  3 09:49:09 UTC 2023

Modified Files:
src/tools/host-mkdep [netbsd-10]: host-mkdep.in

Log Message:
Pull up following revision(s) (requested by rin in ticket #448):

tools/host-mkdep/host-mkdep.in: revision 1.33

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.8.1 src/tools/host-mkdep/host-mkdep.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-10] src/tools/host-mkdep

2023-11-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  3 09:49:09 UTC 2023

Modified Files:
src/tools/host-mkdep [netbsd-10]: host-mkdep.in

Log Message:
Pull up following revision(s) (requested by rin in ticket #448):

tools/host-mkdep/host-mkdep.in: revision 1.33

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.8.1 src/tools/host-mkdep/host-mkdep.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/host-mkdep/host-mkdep.in
diff -u src/tools/host-mkdep/host-mkdep.in:1.32 src/tools/host-mkdep/host-mkdep.in:1.32.8.1
--- src/tools/host-mkdep/host-mkdep.in:1.32	Tue Oct 29 23:33:06 2019
+++ src/tools/host-mkdep/host-mkdep.in	Fri Nov  3 09:49:09 2023
@@ -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.32.8.1 2023/11/03 09:49:09 martin 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}