[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.175.2.2 and 1.183

version 1.175.2.2, 2002/11/15 04:15:13 version 1.183, 2002/08/22 02:23:23
Line 78  _SRC_TOP_OBJ_=
Line 78  _SRC_TOP_OBJ_=
 .endif  .endif
   
 _SUBDIR=        tools lib include gnu bin games libexec sbin usr.bin  _SUBDIR=        tools lib include gnu bin games libexec sbin usr.bin
 _SUBDIR+=       usr.sbin share sys etc distrib regress  _SUBDIR+=       usr.sbin share rescue sys etc distrib regress
   
 # Weed out directories that don't exist.  # Weed out directories that don't exist.
   
Line 165  build:
Line 165  build:
 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.175.2.2  
changed lines
  Added in v.1.183

CVSweb <webmaster@jp.NetBSD.org>