Toolchain upgrade and portability improvements.

upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC

Makefiles updates to imporve portability

Made sure to be consistent in the usage of braces/parenthesis at
least on a per file basis. For variables, it is recommended to
continue to use braces.
This commit is contained in:
2012-10-26 15:22:39 +02:00
parent 9152e1c5a7
commit d19d7d58aa
369 changed files with 56599 additions and 27810 deletions

View File

@@ -34,6 +34,7 @@ FIND_ARGS+= \! \( -type d \( \
-name 'nbsd.mt' -o \
-name 'tests*' \
\) -prune \)
_GNU_GET_SCRIPTS:= \
external/gpl3/gcc/fetch.sh \
external/gpl3/binutils/fetch.sh \
@@ -45,7 +46,7 @@ _GNU_GET_SCRIPTS:= \
_gnu_get_src: ${_GNU_GET_SCRIPTS}
.for name in ${_GNU_GET_SCRIPTS}
${name}:
${HOST_SH} ${.CURDIR}/../../${name}
@${HOST_SH} ${.CURDIR}/../../${name}
.endfor
# Do this "find" only if actually building something.