Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config Paths given to "file" and "object" are relati...



details:   https://anonhg.NetBSD.org/src/rev/58ec3ffa453a
branches:  trunk
changeset: 810359:58ec3ffa453a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Aug 28 02:59:09 2015 +0000

description:
Paths given to "file" and "object" are relative from "prefix" if defined.

diffstat:

 usr.bin/config/config.5 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r c75899b700ec -r 58ec3ffa453a usr.bin/config/config.5
--- a/usr.bin/config/config.5   Fri Aug 28 02:33:59 2015 +0000
+++ b/usr.bin/config/config.5   Fri Aug 28 02:59:09 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.25 2014/10/31 07:38:36 uebayasi Exp $
+.\" $NetBSD: config.5,v 1.26 2015/08/28 02:59:09 uebayasi Exp $
 .\"
 .\"  Copyright (c) 2006, 2007 The NetBSD Foundation.
 .\"  All rights reserved.
@@ -24,7 +24,7 @@
 .\"  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\"  POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 30, 2014
+.Dd August 28, 2015
 .Dt CONFIG 5
 .Os
 .Sh NAME
@@ -525,11 +525,19 @@
 or flags.
 This is useful when a file needs special consideration from one particular
 architecture.
+.Pp
+The path is relative to the top of the kernel source tree, or the inner-most
+defined
+.Ic prefix .
 .It Ic object Ar path Op Ar condition
 Adds an object file to the list of objects to be linked into the kernel, if the
 .Ar conditions
 are met.
 This is most useful for third parties providing binary-only components.
+.Pp
+The path is relative to the top of the kernel source tree, or the inner-most
+defined
+.Ic prefix .
 .It Ic device-major Ar base Oo Ic char Ar number Oc Oo Ic block Ar number Oc \
     Op Ar condition
 Associates a major device number with the device



Home | Main Index | Thread Index | Old Index