diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-13 20:34:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-13 20:34:48 +0000 |
commit | 61b4964a9b83e02a071b85d456b6600cc7fce3ec (patch) | |
tree | 306a98b06e8999d5082db1f85517c0d0bc457372 /mk | |
parent | 3b13b6d7dc76d158c848ef3ff32a415eb832e2fc (diff) | |
download | pkgsrc-61b4964a9b83e02a071b85d456b6600cc7fce3ec.tar.gz |
Added the keyword "parallel" to the description of MAKE_JOBS_SAFE.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build/build.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/build/build.mk b/mk/build/build.mk index 68f166c9efc..6bd0cbb8652 100644 --- a/mk/build/build.mk +++ b/mk/build/build.mk @@ -1,4 +1,4 @@ -# $NetBSD: build.mk,v 1.12 2007/03/18 23:09:09 rillig Exp $ +# $NetBSD: build.mk,v 1.13 2007/06/13 20:34:48 rillig Exp $ # # This file defines what happens in the build phase, excluding the # self-test, which is defined in test.mk. @@ -23,6 +23,8 @@ # value is "yes", and packages that don't support it must # explicitly set it to "no". # +# Keywords: parallel +# # Variables defined in this file: # # BUILD_MAKE_CMD |