progams->programs (Igor Sobrado, PR misc/19700) + homegrown->home-grown
This commit is contained in:
parent
6562f25909
commit
2bb5ccc638
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: crunchgen.1,v 1.20 2003/02/25 10:35:38 wiz Exp $
|
||||
.\" $NetBSD: crunchgen.1,v 1.21 2003/03/31 01:46:29 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994 University of Maryland
|
||||
.\" All Rights Reserved.
|
||||
|
@ -292,7 +292,7 @@ libs -lutil -lcrypt
|
|||
.Ed
|
||||
.Pp
|
||||
This conf file specifies a small crunched binary consisting of some
|
||||
basic system utilities plus a homegrown install program ``myinstall'',
|
||||
basic system utilities plus a home-grown install program ``myinstall'',
|
||||
for which no source directory is specified, but its object file is
|
||||
specified directly with the
|
||||
.Em special
|
||||
|
@ -302,7 +302,7 @@ The crunched binary ``kcopy'' can be built as follows:
|
|||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
% crunchgen -m Makefile kcopy.conf # gen Makefile and kcopy.c
|
||||
% make objs # build the component progams' .o files
|
||||
% make objs # build the component programs' .o files
|
||||
% make # build the crunched binary kcopy
|
||||
% kcopy sh # test that this invokes a sh shell
|
||||
$ # it works!
|
||||
|
|
Loading…
Reference in New Issue