Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make PR/9566: Arne H. Juul: Document special targets...
details: https://anonhg.NetBSD.org/src/rev/bd13eeb8da3e
branches: trunk
changeset: 580593:bd13eeb8da3e
user: christos <christos%NetBSD.org@localhost>
date: Sun May 01 00:37:10 2005 +0000
description:
PR/9566: Arne H. Juul: Document special targets that do not obey dependencies.
diffstat:
usr.bin/make/make.1 | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r 20029be55fca -r bd13eeb8da3e usr.bin/make/make.1
--- a/usr.bin/make/make.1 Sun May 01 00:31:23 2005 +0000
+++ b/usr.bin/make/make.1 Sun May 01 00:37:10 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.105 2005/02/23 17:22:29 sjg Exp $
+.\" $NetBSD: make.1,v 1.106 2005/05/01 00:37:10 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd May 6, 2004
+.Dd April 30, 2005
.Dt MAKE 1
.Os
.Sh NAME
@@ -1334,6 +1334,8 @@
.It Ic .BEGIN
Any command lines attached to this target are executed before anything
else is done.
+Note that dependencies do not make sense in this context and they will
+not be processed.
.It Ic .DEFAULT
This is sort of a
.Ic .USE
@@ -1351,6 +1353,8 @@
.It Ic .END
Any command lines attached to this target are executed after everything
else is done.
+Note that dependencies do not make sense in this context and they will
+not be processed.
.It Ic .IGNORE
Mark each of the sources with the
.Ic .IGNORE
@@ -1362,6 +1366,8 @@
If
.Nm
is interrupted, the commands for this target will be executed.
+Note that dependencies do not make sense in this context and they will
+not be processed.
.It Ic .MAIN
If no target is specified when
.Nm
Home |
Main Index |
Thread Index |
Old Index