Deleted Added
full compact
bmake.1 (296637) bmake.1 (297040)
1.\" $NetBSD: make.1,v 1.254 2016/02/20 01:43:28 wiz Exp $
1.\" $NetBSD: make.1,v 1.255 2016/03/14 07:42:15 matthias 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

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

680or preceding directory components; also known as
681.Ql Va * .
682The suffix must be one of the known suffixes declared with
683.Ic .SUFFIXES
684or it will not be recognized.
685.It Va .TARGET
686The name of the target; also known as
687.Ql Va @ .
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

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

680or preceding directory components; also known as
681.Ql Va * .
682The suffix must be one of the known suffixes declared with
683.Ic .SUFFIXES
684or it will not be recognized.
685.It Va .TARGET
686The name of the target; also known as
687.Ql Va @ .
688For compatibility with other makes this is an alias for
689.Ic .ARCHIVE
690in archive member rules.
688.El
689.Pp
690The shorter forms
691.Ql ( Va \*[Gt] ,
692.Ql Va \&! ,
693.Ql Va \*[Lt] ,
694.Ql Va % ,
695.Ql Va \&? ,

--- 1619 unchanged lines hidden ---
691.El
692.Pp
693The shorter forms
694.Ql ( Va \*[Gt] ,
695.Ql Va \&! ,
696.Ql Va \*[Lt] ,
697.Ql Va % ,
698.Ql Va \&? ,

--- 1619 unchanged lines hidden ---