[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.61 and 1.62

version 1.61, 1998/07/26 17:28:58 version 1.62, 1998/07/28 18:55:41
Line 63  build: beforeinstall
Line 63  build: beforeinstall
         (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc && \          (cd ${.CURDIR}/gnu/usr.bin/egcs/libgcc && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .else  .else
   .if     (${MACHINE_ARCH} != "alpha") && \
           (${MACHINE_ARCH} != "powerpc")
         (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \          (cd ${.CURDIR}/gnu/usr.bin/gcc/libgcc && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .endif  .endif
   .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.

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb <webmaster@jp.NetBSD.org>