[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.64 and 1.66

version 1.64, 1998/08/22 22:05:00 version 1.66, 1998/08/27 14:11:45
Line 59  build: beforeinstall
Line 59  build: beforeinstall
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .if defined(USE_EGCS)  .if defined(USE_EGCS) && (${HAVE_GCC28} != "")
         (cd ${.CURDIR}/gnu/lib/libgcc && \          (cd ${.CURDIR}/gnu/lib/libgcc && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)
 .else  .else
 .if     (${MACHINE_ARCH} != "alpha") && \  .if     (${MACHINE_ARCH} != "powerpc")
         (${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

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.66

CVSweb <webmaster@jp.NetBSD.org>