diff options
| author | ross <ross@NetBSD.org> | 2004-02-05 23:40:52 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 2004-02-05 23:40:52 +0000 |
| commit | 3856fab8701de2b29f9bf736f5ceb370dd4e4a01 (patch) | |
| tree | 497939b49da9b568633747af408a3632652b7bdf /usr.bin/make/make.1 | |
| parent | 380bdcb7fb4e9ed269e1f244995ccc4bd5e550e9 (diff) | |
Briefly document the posix command line order and add that this
is (unfortunately) not enforced.
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index f2cf24b7674..e60fa639a4a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.99 2004/02/04 00:37:45 wiz Exp $ +.\" $NetBSD: make.1,v 1.100 2004/02/05 23:40:52 ross Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -289,6 +289,8 @@ sub-makes in the environment. The .Fl X flag disables this behavior. +Variable assignments should follow options for posix compatibility +but no ordering is enforced. .El .Pp There are seven different types of lines in a makefile: file dependency |
