Source-Changes-HG archive

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

[src/trunk]: src/tools/host-mkdep forgetting to shift turns this into a cpu b...



details:   https://anonhg.NetBSD.org/src/rev/8f41f4485b3e
branches:  trunk
changeset: 783176:8f41f4485b3e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 09 23:53:39 2012 +0000

description:
forgetting to shift turns this into a cpu burner.

diffstat:

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

diffs (19 lines):

diff -r b9d0ba1bd7c5 -r 8f41f4485b3e tools/host-mkdep/host-mkdep.in
--- a/tools/host-mkdep/host-mkdep.in    Sun Dec 09 23:42:16 2012 +0000
+++ b/tools/host-mkdep/host-mkdep.in    Sun Dec 09 23:53:39 2012 +0000
@@ -1,6 +1,6 @@
 #!@BSHELL@ -
 #
-#      $NetBSD: host-mkdep.in,v 1.22 2012/12/09 23:42:16 christos Exp $
+#      $NetBSD: host-mkdep.in,v 1.23 2012/12/09 23:53:39 christos Exp $
 #
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -178,6 +178,7 @@
                                cppargs=${cppargs%x}
                                ;;
                --sysroot*)
+                               shift
                                ;;
 
                -*)             



Home | Main Index | Thread Index | Old Index