[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.114 and 1.115

version 1.114, 2000/05/06 07:53:53 version 1.115, 2000/05/09 00:17:10
Line 44  SRCTOP=.
Line 44  SRCTOP=.
 .endif  .endif
   
 MKOBJDIRS ?= no  MKOBJDIRS ?= no
 HAVE_GCC28!=    ${CXX} --version | egrep "^(2\.8|egcs)" ; echo  HAVE_EGCS!=     ${CXX} --version | egrep "^(2\.[89]|egcs)" ; echo
   
 .if defined(NBUILDJOBS)  .if defined(NBUILDJOBS)
 _J= -j${NBUILDJOBS}  _J= -j${NBUILDJOBS}
Line 128  build: buildmsg beforeinstall
Line 128  build: buildmsg beforeinstall
 .if ${MKOBJDIRS} != "no"  .if ${MKOBJDIRS} != "no"
         ${MAKE} obj          ${MAKE} obj
 .endif  .endif
 .if empty(HAVE_GCC28)  .if empty(HAVE_EGCS)
 .if defined(DESTDIR)  .if defined(DESTDIR)
         @echo "*** CAPUTE!"          @echo "*** CAPUTE!"
         @echo "    You attempted to compile the world without egcs.  You must"          @echo "    You attempted to compile the world without egcs.  You must"

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

CVSweb <webmaster@jp.NetBSD.org>