Module Name: src Committed By: skrll Date: Wed Jan 30 07:40:35 UTC 2013
Modified Files: src/distrib/utils/embedded: mkimage Log Message: Add the tests sets by default. Tweak the usage output. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/embedded/mkimage diff -u src/distrib/utils/embedded/mkimage:1.15 src/distrib/utils/embedded/mkimage:1.16 --- src/distrib/utils/embedded/mkimage:1.15 Mon Jan 21 16:49:49 2013 +++ src/distrib/utils/embedded/mkimage Wed Jan 30 07:40:34 2013 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: mkimage,v 1.15 2013/01/21 16:49:49 skrll Exp $ +# $NetBSD: mkimage,v 1.16 2013/01/30 07:40:34 skrll Exp $ # # Copyright (c) 2012 Alistair Crooks <a...@netbsd.org> # All rights reserved. @@ -70,7 +70,7 @@ next_avail () usage() { cat << EOF 1>&2 -Usage: $PROG -h <host-arch> [-S <setsdir>] [-c <custom-files-dir>] [-s <size>] [<image>] +Usage: $PROG -h <host-arch> [-S <setsdir>] [-c <custom-files-dir>] [-s <Mb size>] [<image>] EOF exit 1 } @@ -189,7 +189,7 @@ mnt="${TMPDIR:-/tmp}/image.$$" src="/usr/src" obj="/usr/obj" -sets="base comp etc games man misc modules text" +sets="base comp etc games man misc modules tests text" xsets="xbase xcomp xetc xfont xserver" # Presumable block and fragment size.