[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.247.4.3 and 1.250

version 1.247.4.3, 2008/03/23 00:12:06 version 1.250, 2007/10/07 16:35:21
Line 1 
Line 1 
 #       Makefile,v 1.247.4.2 2008/01/09 01:19:18 matt Exp  #       $NetBSD$
   
 #  #
 # This is the top-level makefile for building NetBSD. For an outline of  # This is the top-level makefile for building NetBSD. For an outline of
Line 51 
Line 51 
 #       is the not root directory if cross compiling.  #       is the not root directory if cross compiling.
 #   release:  #   release:
 #       Does a `make distribution', and then tars up the DESTDIR files  #       Does a `make distribution', and then tars up the DESTDIR files
 #       into ${RELEASEDIR}/${RELEASEMACHINEDIR}, in release(7) format.  #       into RELEASEDIR/${MACHINE}, in release(7) format.
 #       (See etc/Makefile for more information on this.)  #       (See etc/Makefile for more information on this.)
 #   regression-tests:  #   regression-tests:
 #       Runs the regression tests in "regress" on this host.  #       Runs the regression tests in "regress" on this host.
 #   sets:  #   sets:
 #       Populate ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/sets  #       Populate ${RELEASEDIR}/${MACHINE}/binary/sets from ${DESTDIR}
 #       from ${DESTDIR}  
 #   sourcesets:  #   sourcesets:
 #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}  #       Populate ${RELEASEDIR}/source/sets from ${NETBSDSRCDIR}
 #   syspkgs:  #   syspkgs:
 #       Populate ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/syspkgs  #       Populate ${RELEASEDIR}/${MACHINE}/binary/syspkgs from ${DESTDIR}
 #       from ${DESTDIR}  
 #   iso-image:  #   iso-image:
 #       Create CD-ROM image in RELEASEDIR/iso.  #       Create CD-ROM image in RELEASEDIR/iso.
 #       RELEASEDIR must already have been populated by `make release'  #       RELEASEDIR must already have been populated by `make release'
Line 123  _SRC_TOP_OBJ_=
Line 121  _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 rescue sys etc tests .WAIT distrib regress  _SUBDIR+=       usr.sbin share rescue sys etc .WAIT distrib regress
   
 #  #
 # Weed out directories that don't exist.  # Weed out directories that don't exist.

Legend:
Removed from v.1.247.4.3  
changed lines
  Added in v.1.250

CVSweb <webmaster@jp.NetBSD.org>