[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.56 and 1.57

version 1.56, 1998/05/27 06:38:37 version 1.57, 1998/07/21 23:13:13
Line 54  build: beforeinstall
Line 54  build: beforeinstall
         (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)          (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/usr.bin/lex &&\          (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && ${MAKE} depend && ${MAKE} && ${MAKE} install)
             ${MAKE} depend && ${MAKE} && ${MAKE} install)  
         (cd ${.CURDIR}/usr.bin/yacc && \  
             ${MAKE} depend && ${MAKE} && ${MAKE} install)  
         (cd ${.CURDIR}/usr.bin/xlint && \  
             ${MAKE} depend && ${MAKE} && ${MAKE} install)  
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
 # libtelnet depends on libdes and libkrb.  libkrb depends on  # libtelnet depends on libdes and libkrb.  libkrb depends on
 # libcom_err.  # libcom_err.

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb <webmaster@jp.NetBSD.org>