[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.59 and 1.60

version 1.59, 1998/07/24 16:51:33 version 1.60, 1998/07/25 10:35:53
Line 56  build: beforeinstall
Line 56  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}/gnu/usr.bin/gcc/libgcc && ${MAKE} depend && ${MAKE} && ${MAKE} install)  .if defined(USE_EGCS)
           (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc && \
               ${MAKE} depend && ${MAKE} && ${MAKE} install)
   .else
           (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \
               ${MAKE} depend && ${MAKE} && ${MAKE} install)
   .endif
 .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.
Line 72  build: beforeinstall
Line 78  build: beforeinstall
         (cd ${.CURDIR}/domestic/lib/libkrb && \          (cd ${.CURDIR}/domestic/lib/libkrb && \
             ${MAKE} depend && ${MAKE} && ${MAKE} install)              ${MAKE} depend && ${MAKE} && ${MAKE} install)
 .endif  .endif
         (cd ${.CURDIR}/domestic/lib/ && ${MAKE} depend && ${MAKE} && \          (cd ${.CURDIR}/domestic/lib && \
             ${MAKE} install)              ${MAKE} depend && ${MAKE} && ${MAKE} install)
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
 .if defined(USE_EGCS)  .if defined(USE_EGCS)

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

CVSweb <webmaster@jp.NetBSD.org>