[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.39 and 1.40

version 1.39, 1997/03/24 22:22:15 version 1.40, 1997/05/26 03:55:19
Line 40  afterinstall:
Line 40  afterinstall:
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
 build:  oldbuild:
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         ${MAKE} includes          ${MAKE} includes
 .if !defined(UPDATE)  .if !defined(UPDATE)
Line 55  build:
Line 55  build:
 .endif  .endif
         ${MAKE} depend && ${MAKE} && ${MAKE} install          ${MAKE} depend && ${MAKE} && ${MAKE} install
   
   build:
           @# can't do domestic includes until crt0.o, etc. is built.
           ${MAKE} EXPORTABLE_SYSTEM=1 includes
           (cd ${.CURDIR}/lib/csu && ${MAKE} depend && ${MAKE})
           (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE})
           (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE})
   .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
           (cd ${.CURDIR}/domestic && ${MAKE} includes)
           (cd ${.CURDIR}/domestic/lib/ && ${MAKE} depend && ${MAKE})
   .endif
           ${MAKE} depend && ${MAKE}
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>