[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.52 and 1.53

version 1.52, 1998/05/10 10:37:59 version 1.53, 1998/05/12 01:59:54
Line 66  build: beforeinstall
Line 66  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)
   .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
         (cd ${.CURDIR}/usr.bin/lex &&\          (cd ${.CURDIR}/usr.bin/lex &&\
             ${MAKE} depend && ${MAKE} && ${MAKE} install)              ${MAKE} depend && ${MAKE} && ${MAKE} install)
         (cd ${.CURDIR}/usr.bin/yacc && \          (cd ${.CURDIR}/usr.bin/yacc && \

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb <webmaster@jp.NetBSD.org>