Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src iso -> images



details:   https://anonhg.NetBSD.org/src/rev/97e5e8c8b569
branches:  trunk
changeset: 333473:97e5e8c8b569
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Nov 05 08:19:17 2014 +0000

description:
iso -> images

diffstat:

 Makefile |  6 +++---
 build.sh |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 32ae1e324b93 -r 97e5e8c8b569 Makefile
--- a/Makefile  Wed Nov 05 08:16:56 2014 +0000
+++ b/Makefile  Wed Nov 05 08:19:17 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.310 2014/08/18 07:52:40 plunky Exp $
+#      $NetBSD: Makefile,v 1.311 2014/11/05 08:19:17 snj Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -64,11 +64,11 @@
 #      Populate ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/syspkgs
 #      from ${DESTDIR}
 #   iso-image:
-#      Create CD-ROM image in RELEASEDIR/iso.
+#      Create CD-ROM image in RELEASEDIR/images.
 #      RELEASEDIR must already have been populated by `make release'
 #      or equivalent.
 #   iso-image-source:
-#      Create CD-ROM image with source in RELEASEDIR/iso.
+#      Create CD-ROM image with source in RELEASEDIR/images.
 #      RELEASEDIR must already have been populated by
 #      `make release sourcesets' or equivalent.
 #   live-image:
diff -r 32ae1e324b93 -r 97e5e8c8b569 build.sh
--- a/build.sh  Wed Nov 05 08:16:56 2014 +0000
+++ b/build.sh  Wed Nov 05 08:19:17 2014 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.298 2014/09/30 14:57:51 apb Exp $
+#      $NetBSD: build.sh,v 1.299 2014/11/05 08:19:17 snj Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1037,8 +1037,8 @@
     sourcesets          Create source sets in RELEASEDIR/source/sets.
     syspkgs             Create syspkgs in
                         RELEASEDIR/RELEASEMACHINEDIR/binary/syspkgs.
-    iso-image           Create CD-ROM image in RELEASEDIR/iso.
-    iso-image-source    Create CD-ROM image with source in RELEASEDIR/iso.
+    iso-image           Create CD-ROM image in RELEASEDIR/images.
+    iso-image-source    Create CD-ROM image with source in RELEASEDIR/images.
     live-image          Create bootable live image in
                         RELEASEDIR/RELEASEMACHINEDIR/installation/liveimage.
     install-image       Create bootable installation image in
@@ -1870,7 +1870,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.298 2014/09/30 14:57:51 apb Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.299 2014/11/05 08:19:17 snj Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index