[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.41 and 1.43

version 1.41, 1997/05/29 14:23:02 version 1.43, 1997/10/27 18:06:39
Line 40  afterinstall:
Line 40  afterinstall:
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
 oldbuild:  build: beforeinstall
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
         ${MAKE} includes          ${MAKE} includes
 .if !defined(UPDATE)  .if !defined(UPDATE)
Line 55  oldbuild:
Line 55  oldbuild:
 .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  
 .if !defined(UPDATE)  
         ${MAKE} cleandir  
 .endif  
         (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.41  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>