[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.73 and 1.74

version 1.73, 1998/12/02 22:53:06 version 1.74, 1998/12/07 01:42:34
Line 62  build: beforeinstall
Line 62  build: beforeinstall
         false          false
 .else  .else
         (cd ${.CURDIR}/gnu/usr.bin/egcs && \          (cd ${.CURDIR}/gnu/usr.bin/egcs && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install && \              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install && \
             ${MAKE} cleandir)              ${MAKE} cleandir)
 .endif  .endif
 .endif  .endif
         ${MAKE} includes          ${MAKE} includes
         (cd ${.CURDIR}/lib/csu && \          (cd ${.CURDIR}/lib/csu && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
         (cd ${.CURDIR}/lib && \          (cd ${.CURDIR}/lib && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
         (cd ${.CURDIR}/gnu/lib && \          (cd ${.CURDIR}/gnu/lib && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .if !defined(USE_EGCS)  .if !defined(USE_EGCS)
 .if     (${MACHINE_ARCH} != "alpha") && \  .if     (${MACHINE_ARCH} != "alpha") && \
         (${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 && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .endif  .endif
 .endif  .endif
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
Line 85  build: beforeinstall
Line 85  build: beforeinstall
 # libcom_err.  # libcom_err.
 .if exists(domestic/lib/libdes)  .if exists(domestic/lib/libdes)
         (cd ${.CURDIR}/domestic/lib/libdes && \          (cd ${.CURDIR}/domestic/lib/libdes && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .endif  .endif
 .if exists(domestic/lib/libcom_err)  .if exists(domestic/lib/libcom_err)
         (cd ${.CURDIR}/domestic/lib/libcom_err && \          (cd ${.CURDIR}/domestic/lib/libcom_err && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .endif  .endif
 .if exists(domestic/lib/libkrb)  .if exists(domestic/lib/libkrb)
         (cd ${.CURDIR}/domestic/lib/libkrb && \          (cd ${.CURDIR}/domestic/lib/libkrb && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .endif  .endif
         (cd ${.CURDIR}/domestic/lib && \          (cd ${.CURDIR}/domestic/lib && \
             ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install)              ${MAKE} depend && ${MAKE} NOMAN= && ${MAKE} NOMAN= install)
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
         @echo -n "Build finished at: "          @echo -n "Build finished at: "

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb <webmaster@jp.NetBSD.org>