[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.158 and 1.159

version 1.158, 2001/11/20 17:05:02 version 1.159, 2001/11/24 21:53:16
Line 94  regression-tests:
Line 94  regression-tests:
         @(cd ${.CURDIR}/regress && ${MAKE} regress)          @(cd ${.CURDIR}/regress && ${MAKE} regress)
 .endif  .endif
   
 .if ${MKMAN} != "no"  
 afterinstall: whatis.db  
 whatis.db:  whatis.db:
   .if ${MKMAN} != "no"
         (cd ${.CURDIR}/share/man && ${MAKE} makedb)          (cd ${.CURDIR}/share/man && ${MAKE} makedb)
 .endif  .endif
   
   # XXX I wish there was a more rational place to do this, but I can't
   # think of one. There is no one place the info/dir file gets generated.
   infodir-meta:
   .if defined(UNPRIVED) && (${MKINFO} != "no")
           echo "${DESTDIR}/usr/share/info/dir type=file mode=0644 uname=root gname=wheel" | \
                   sed -e 's|^/|./|g' -e 's|//|/|g' >>${METALOG}
   .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.158  
changed lines
  Added in v.1.159

CVSweb <webmaster@jp.NetBSD.org>