[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.191 and 1.192

version 1.191, 2002/12/02 08:23:41 version 1.192, 2002/12/02 08:27:03
Line 173  distribution:
Line 173  distribution:
 .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"  .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"
         (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)          (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)
 .endif  .endif
           @echo   "make ${.TARGET} started at:  ${START_TIME}"
         @printf "make ${.TARGET} finished at: " && date          @printf "make ${.TARGET} finished at: " && date
   
 # Build a release or snapshot (implies "make build").  Note that  # Build a release or snapshot (implies "make build").  Note that
Line 182  distribution:
Line 183  distribution:
 release snapshot:  release snapshot:
         (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)          (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)
         (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release)          (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 release)
           @echo   "make ${.TARGET} started at:  ${START_TIME}"
         @printf "make ${.TARGET} finished at: " && date          @printf "make ${.TARGET} finished at: " && date
   
 # Special components of the "make build" process.  # Special components of the "make build" process.

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

CVSweb <webmaster@jp.NetBSD.org>