summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchgen/crunchgen.1
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-09-15 06:41:09 +0000
committercharnier <charnier@FreeBSD.org>1997-09-15 06:41:09 +0000
commit99550d450ccdeeaefda1d790503b2ba2bd2d7f6c (patch)
tree9619bd1edc2c64c59951e9024740078e678bfd7d /usr.sbin/crunch/crunchgen/crunchgen.1
parentbdee4a3e4bcaeb996f0a5f6081f49d2b42cd0001 (diff)
downloadFreeBSD-src-99550d450ccdeeaefda1d790503b2ba2bd2d7f6c.zip
FreeBSD-src-99550d450ccdeeaefda1d790503b2ba2bd2d7f6c.tar.gz
Use err(3).
Diffstat (limited to 'usr.sbin/crunch/crunchgen/crunchgen.1')
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1
index 5b1659b..9db0ef1 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.1
+++ b/usr.sbin/crunch/crunchgen/crunchgen.1
@@ -64,7 +64,7 @@ hiding all unnecessary symbols.
.Pp
After
-.Nm crunchgen
+.Nm
is run, the crunched binary can be built by running ``make -f
<conf-name>.mk''. The component programs' object files must already
be built. A ``objs'' target, included in the output makefile, will
@@ -107,7 +107,7 @@ top-level source directories in which their sources can be found.
then calculates (via the source makefiles) and caches the
list of object files and their locations. For more specialized
situations, the user can specify by hand all the parameters that
-.Nm crunchgen
+.Nm
needs.
.Pp
The
@@ -143,7 +143,7 @@ To handle specialized situations, such as when the source is not
available or not built via a conventional Makefile, the following
.Nm special
commands can be used to set
-.Nm crunchgen
+.Nm
parameters for a component program.
.Bl -tag -width indent
.It Nm special Ar progname Nm srcdir Ar pathname
@@ -192,12 +192,12 @@ and
which are in turn calculated from
.Nm srcdir ,
so is sometimes convenient to specify the earlier parameters and let
-.Nm crunchgen
+.Nm
calculate forward from there if it can.
.Pp
The makefile produced by
-.Nm crunchgen
+.Nm
contains an optional
.Ar objs
target that will build the object files for each component program by
@@ -211,7 +211,7 @@ program is skipped in the
target.
.Sh EXAMPLE
Here is an example
-.Nm crunchgen
+.Nm
input conf file, named
.Dq Pa kcopy.conf :
.Pp
OpenPOWER on IntegriCloud