[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.180 and 1.181

version 1.180, 2002/06/26 16:28:18 version 1.181, 2002/07/10 18:55:20
Line 163  build:
Line 163  build:
 # ${RELEASEDIR}).  # ${RELEASEDIR}).
   
 distribution:  distribution:
         (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)  #       (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)
         (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution)          (cd ${.CURDIR}/etc && ${MAKE} INSTALL_DONE=1 distribution)
   .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"
           (cd ${.CURDIR}/distrib/sets && ${MAKE} checkflist)
   .endif
   
 # Build a release or snapshot (implies "make build").  # Build a release or snapshot (implies "make build").  Note that
   # in this case, the set lists will be checked before the tar files
   # are made.
   
 release snapshot:  release snapshot:
         (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)          (cd ${.CURDIR} && ${MAKE} NOPOSTINSTALL=1 build)

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

CVSweb <webmaster@jp.NetBSD.org>