[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.68 and 1.69

version 1.68, 1998/09/29 06:59:53 version 1.69, 1998/10/07 02:35:38
Line 65  build: beforeinstall
Line 65  build: beforeinstall
         (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} != "powerpc")  .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

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb <webmaster@jp.NetBSD.org>