[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.80 and 1.81

version 1.80, 1999/01/24 19:18:54 version 1.81, 1999/01/28 15:36:48
Line 60  beforeinstall:
Line 60  beforeinstall:
 .endif  .endif
   
 afterinstall:  afterinstall:
 .if !defined(NOMAN) && !defined(NOSHARE)  .if !defined(NOMAN) && !defined(NOSHARE) && !defined(_BUILD)
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          ${MAKE} whatis.db
 .endif  .endif
   
   whatis.db:
           (cd ${.CURDIR}/share/man && ${MAKE} makedb)
   
 build: beforeinstall  build: beforeinstall
 .if !defined(NOSHARE)  .if !defined(NOSHARE)
         (cd ${.CURDIR}/share/mk && ${MAKE} install)          (cd ${.CURDIR}/share/mk && ${MAKE} install)
Line 95  build: beforeinstall
Line 98  build: beforeinstall
 .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)  .if exists(domestic) && !defined(EXPORTABLE_SYSTEM)
         (cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)          (cd ${.CURDIR}/domestic && ${MAKE} ${_J} _SLAVE_BUILD= build)
 .endif  .endif
           ${MAKE} whatis.db
         @echo -n "Build finished at: "          @echo -n "Build finished at: "
         @date          @date
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>