[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.164 and 1.165

version 1.164, 2002/03/01 06:02:41 version 1.165, 2002/03/05 16:17:06
Line 105  regression-tests:
Line 105  regression-tests:
         @(cd ${.CURDIR}/regress && ${MAKE} regress)          @(cd ${.CURDIR}/regress && ${MAKE} regress)
 .endif  .endif
   
 whatis.db:  afterinstall:
 .if ${MKMAN} != "no"  .if ${MKMAN} != "no"
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
 # Let install-info track this as it's the program creating/updating the  
 # dir file  
 infodir-meta:  
 .if defined(UNPRIVED) && (${MKINFO} != "no")  .if defined(UNPRIVED) && (${MKINFO} != "no")
         (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)          (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
 .endif  .endif
   
 afterinstall: whatis.db infodir-meta  
   
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
   
 BUILDTARGETS+=  check-tools  BUILDTARGETS+=  check-tools

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165

CVSweb <webmaster@jp.NetBSD.org>