[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile between version 1.186 and 1.187

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!'

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

CVSweb <webmaster@jp.NetBSD.org>