Module Name: src
Committed By: uwe
Date: Wed Mar 27 01:03:40 UTC 2013
Modified Files:
src/tools/host-mkdep: host-mkdep.in
Log Message:
Some shells have ((expr)) syntax for arithmetic. Add space between
parens of nested (compound-list)s to unconfuse them.
Fixes PR toolchain/47695
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/tools/host-mkdep/host-mkdep.in:1.29
--- src/tools/host-mkdep/host-mkdep.in:1.28 Sat Mar 16 02:51:56 2013
+++ src/tools/host-mkdep/host-mkdep.in Wed Mar 27 01:03:39 2013
@@ -1,6 +1,6 @@
#!@BSHELL@ -
#
-# $NetBSD: host-mkdep.in,v 1.28 2013/03/16 02:51:56 christos Exp $
+# $NetBSD: host-mkdep.in,v 1.29 2013/03/27 01:03:39 uwe Exp $
#
# Copyright (c) 1991, 1993
# The Regents of the University of California. All rights reserved.
@@ -231,7 +231,7 @@ else
file=${file%.*}
set_objlist $file
- ((@CPP@ "$@" $f; echo $? >&3) | @AWK@ '
+ ( (@CPP@ "$@" $f; echo $? >&3) | @AWK@ '
/^#/ {
# Be as tolerant as possible.
sub(/^#(line)? [ 0-9]*\"?/, "")