Deleted Added
full compact
bmake.1 (253883) bmake.1 (255253)
1.\" $NetBSD: make.1,v 1.220 2013/07/30 19:09:57 sjg Exp $
1.\" $NetBSD: make.1,v 1.222 2013/08/11 09:53:49 apb 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 July 30, 2013
32.Dd August 11, 2013
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 BeikNnqrstWwX

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

1966The sources are directories which are to be searched for files not
1967found in the current directory.
1968If no sources are specified, any previously specified directories are
1969deleted.
1970If the source is the special
1971.Ic .DOTLAST
1972target, then the current working
1973directory is searched last.
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 BeikNnqrstWwX

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

1966The sources are directories which are to be searched for files not
1967found in the current directory.
1968If no sources are specified, any previously specified directories are
1969deleted.
1970If the source is the special
1971.Ic .DOTLAST
1972target, then the current working
1973directory is searched last.
1974.It Ic .PATH. Ns Va suffix
1975Like
1976.Ic .PATH
1977but applies only to files with a particular suffix.
1978The suffix must have been previously declared with
1979.Ic .SUFFIXES .
1974.It Ic .PHONY
1975Apply the
1976.Ic .PHONY
1977attribute to any specified sources.
1978.It Ic .PRECIOUS
1979Apply the
1980.Ic .PRECIOUS
1981attribute to any specified sources.

--- 164 unchanged lines hidden ---
1980.It Ic .PHONY
1981Apply the
1982.Ic .PHONY
1983attribute to any specified sources.
1984.It Ic .PRECIOUS
1985Apply the
1986.Ic .PRECIOUS
1987attribute to any specified sources.

--- 164 unchanged lines hidden ---