| version 1.186, 2002/09/14 16:46:24 |
version 1.187, 2002/09/17 23:18:25 |
| Line 184 release snapshot: |
|
| Line 184 release snapshot: |
|
| # Special components of the "make build" process. |
# Special components of the "make build" process. |
| |
|
| check-tools: |
check-tools: |
| .if defined(USE_NEW_TOOLCHAIN) && (${USE_NEW_TOOLCHAIN} != "nowarn") |
.if ${TOOLCHAIN_MISSING} == "yes" && !defined(EXTERNAL_TOOLCHAIN) |
| @echo '*** WARNING: Building on MACHINE=${MACHINE} with USE_NEW_TOOLCHAIN.' |
@echo '*** WARNING: Building on MACHINE=${MACHINE} with missing toolchain.' |
| @echo '*** This platform is not yet verified to work with the new toolchain,' |
@echo '*** May result in a failed build or corrupt binaries!' |
| @echo '*** and may result in a failed build or corrupt binaries!' |
.elif defined(EXTERNAL_TOOLCHAIN) |
| |
@echo '*** Using external toolchain rooted at ${EXTERNAL_TOOLCHAIN}.' |
| .endif |
.endif |
| .if defined(NBUILDJOBS) |
.if defined(NBUILDJOBS) |
| @echo '*** WARNING: NBUILDJOBS is obsolete; use -j directly instead!' |
@echo '*** WARNING: NBUILDJOBS is obsolete; use -j directly instead!' |