[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.77 and 1.78

version 1.77, 1999/01/03 22:17:19 version 1.78, 1999/01/05 07:09:58
Line 30  SUBDIR+= gnu
Line 30  SUBDIR+= gnu
 # This is needed for libstdc++ and gen-params.  # This is needed for libstdc++ and gen-params.
 includes-gnu: includes-include includes-sys  includes-gnu: includes-include includes-sys
   
 .if exists(domestic) && (!defined(EXPORTABLE_SYSTEM) ||\  .if exists(domestic) && (make(clean) || make(cleandir) || make(obj))
     make(obj) || make(clean) || make(cleandir) || make(distclean))  
 SUBDIR+= domestic  SUBDIR+= domestic
 .endif  .endif
   
Line 88  build: beforeinstall
Line 87  build: beforeinstall
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)              ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)              ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)
           ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
 # libtelnet depends on libdes and libkrb.  libkrb depends on          (cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)
 # libcom_err.  
 .if exists(domestic/lib/libdes)  
         (cd ${.CURDIR}/domestic/lib/libdes && \  
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)  
 .endif  .endif
 .if exists(domestic/lib/libcom_err)  
         (cd ${.CURDIR}/domestic/lib/libcom_err && \  
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)  
 .endif  
 .if exists(domestic/lib/libkrb)  
         (cd ${.CURDIR}/domestic/lib/libkrb && \  
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)  
 .endif  
         (cd ${.CURDIR}/domestic/lib && \  
             ${MAKE} depend && ${MAKE} ${_J} NOMAN= && ${MAKE} NOMAN= install)  
 .endif  
         ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install  
         @echo -n "Build finished at: "          @echo -n "Build finished at: "
         @date          @date
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb <webmaster@jp.NetBSD.org>