| version 1.222, 2003/12/05 22:33:01 |
version 1.223, 2004/01/03 14:04:27 |
| Line 295 release snapshot: |
|
| Line 295 release snapshot: |
|
| # |
# |
| |
|
| check-tools: |
check-tools: |
| .if ${TOOLCHAIN_MISSING} == "yes" && !defined(EXTERNAL_TOOLCHAIN) |
.if ${TOOLCHAIN_MISSING} != "no" && !defined(EXTERNAL_TOOLCHAIN) |
| @echo '*** WARNING: Building on MACHINE=${MACHINE} with missing toolchain.' |
@echo '*** WARNING: Building on MACHINE=${MACHINE} with missing toolchain.' |
| @echo '*** May result in a failed build or corrupt binaries!' |
@echo '*** May result in a failed build or corrupt binaries!' |
| .elif defined(EXTERNAL_TOOLCHAIN) |
.elif defined(EXTERNAL_TOOLCHAIN) |