diff options
| author | snj <snj@NetBSD.org> | 2014-11-05 08:19:17 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2014-11-05 08:19:17 +0000 |
| commit | 8107622dce49477607b248435472f018dbca135d (patch) | |
| tree | bb1d39818b6f586f6a33877a96da212b653cf36e /Makefile | |
| parent | abf15eccbbc7a98f90427416c6beae96e8082f58 (diff) | |
iso -> images
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
