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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user