Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/host-mkdep recognize isysroot
details: https://anonhg.NetBSD.org/src/rev/b254bc636736
branches: trunk
changeset: 758738:b254bc636736
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 14 15:18:24 2010 +0000
description:
recognize isysroot
diffstat:
tools/host-mkdep/host-mkdep.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c7ba552d1c1f -r b254bc636736 tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in Sun Nov 14 15:18:07 2010 +0000
+++ b/tools/host-mkdep/host-mkdep.in Sun Nov 14 15:18:24 2010 +0000
@@ -1,6 +1,6 @@
#!@BSHELL@ -
#
-# $NetBSD: host-mkdep.in,v 1.18 2010/02/20 15:04:03 joerg Exp $
+# $NetBSD: host-mkdep.in,v 1.19 2010/11/14 15:18:24 christos Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -148,7 +148,7 @@
cppargs=${cppargs%x}
;;
- -[IDU]|-include|-isystem)
+ -[IDU]|-include|-isystem|-isysroot)
set -- "$@" "$1" "$2"
shift 2
cppargs=${cppargs%xx}
Home |
Main Index |
Thread Index |
Old Index