[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.99 and 1.100

version 1.99, 1999/09/14 01:32:43 version 1.100, 1999/11/30 16:16:41
Line 35 
Line 35 
   
 .include <bsd.own.mk>                   # for configuration variables.  .include <bsd.own.mk>                   # for configuration variables.
   
   MKOBJDIRS ?= no
 HAVE_GCC28!=    ${CXX} --version | egrep "^(2\.8|egcs)" ; echo  HAVE_GCC28!=    ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
   
 .if defined(NBUILDJOBS)  .if defined(NBUILDJOBS)
Line 100  build: beforeinstall
Line 100  build: beforeinstall
 .if !defined(UPDATE)  .if !defined(UPDATE)
         ${MAKE} cleandir          ${MAKE} cleandir
 .endif  .endif
   .if ${MKOBJDIRS} != "no"
           ${MAKE} obj
   .endif
 .if empty(HAVE_GCC28)  .if empty(HAVE_GCC28)
 .if defined(DESTDIR)  .if defined(DESTDIR)
         @echo "*** CAPUTE!"          @echo "*** CAPUTE!"

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>