Deleted Added
full compact
bmake.1 (236769) bmake.1 (240330)
1.\" $NetBSD: make.1,v 1.204 2012/04/24 20:12:16 sjg Exp $
1.\" $NetBSD: make.1,v 1.206 2012/08/30 22:35:37 wiz Exp $
2.\"
3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
31.\"
2.\"
3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
31.\"
32.Dd April 24, 2012
32.Dd August 30, 2012
33.Dt MAKE 1
34.Os
35.Sh NAME
36.Nm bmake
37.Nd maintain program dependencies
38.Sh SYNOPSIS
39.Nm
40.Op Fl BeikNnqrstWX

--- 157 unchanged lines hidden (view full) ---

198.Pa /tmp ,
199so use with care.
200.It Ar p
201Print debugging information about makefile parsing.
202.It Ar s
203Print debugging information about suffix-transformation rules.
204.It Ar t
205Print debugging information about target list maintenance.
33.Dt MAKE 1
34.Os
35.Sh NAME
36.Nm bmake
37.Nd maintain program dependencies
38.Sh SYNOPSIS
39.Nm
40.Op Fl BeikNnqrstWX

--- 157 unchanged lines hidden (view full) ---

198.Pa /tmp ,
199so use with care.
200.It Ar p
201Print debugging information about makefile parsing.
202.It Ar s
203Print debugging information about suffix-transformation rules.
204.It Ar t
205Print debugging information about target list maintenance.
206.It Ar V
207Force the
208.Fl V
209option to print raw values of variables.
206.It Ar v
207Print debugging information about variable assignment.
208.It Ar x
209Run shell commands with
210.Fl x
211so the actual commands are printed as they are executed.
212.El
213.It Fl e

--- 456 unchanged lines hidden (view full) ---

670.Ev MAKE
671because it is more compatible with other versions of
672.Nm
673and cannot be confused with the special target with the same name.
674.It Va .MAKE.DEPENDFILE
675Names the makefile (default
676.Ql Pa .depend )
677from which generated dependencies are read.
210.It Ar v
211Print debugging information about variable assignment.
212.It Ar x
213Run shell commands with
214.Fl x
215so the actual commands are printed as they are executed.
216.El
217.It Fl e

--- 456 unchanged lines hidden (view full) ---

674.Ev MAKE
675because it is more compatible with other versions of
676.Nm
677and cannot be confused with the special target with the same name.
678.It Va .MAKE.DEPENDFILE
679Names the makefile (default
680.Ql Pa .depend )
681from which generated dependencies are read.
682.It Va .MAKE.EXPAND_VARIABLES
683A boolean that controls the default behavior of the
684.Fl V
685option.
678.It Va .MAKE.EXPORTED
679The list of variables exported by
680.Nm .
681.It Va .MAKE.JOBS
682The argument to the
683.Fl j
684option.
685.It Va .MAKE.JOB.PREFIX

--- 1358 unchanged lines hidden ---
686.It Va .MAKE.EXPORTED
687The list of variables exported by
688.Nm .
689.It Va .MAKE.JOBS
690The argument to the
691.Fl j
692option.
693.It Va .MAKE.JOB.PREFIX

--- 1358 unchanged lines hidden ---