summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.8
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-30 10:55:48 +0000
committermarcel <marcel@FreeBSD.org>1999-10-30 10:55:48 +0000
commit8024dcb61d2990a84407cbaf035def0f1b8cffdd (patch)
treea9d2384ac6461c3a49b2c9508ecc88304b9ac808 /usr.sbin/config/config.8
parent91b84ac6af4009a0ae8b9cb3e59d9a8108e5fc96 (diff)
downloadFreeBSD-src-8024dcb61d2990a84407cbaf035def0f1b8cffdd.zip
FreeBSD-src-8024dcb61d2990a84407cbaf035def0f1b8cffdd.tar.gz
Add option "-d destdir" which instructs config to use another output
directory than the default one. If the option is not given, then the output of config is exactly as before. Only when an alternate output directory has been specified will config modify its behavior. Additional changed: o Remove the now conflicting and unused NODEV define. It conflicts with NODEV in sys/param.h. o Rename the now conflicting MACHINE token to ARCH. It conflicts with MACHINE in sys/param.h. o Fix some easy style bugs. o Fix some easy grammar bugs in the manpage. Approved by: peter, archie
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r--usr.sbin/config/config.817
1 files changed, 14 insertions, 3 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index ad3af6b..85da1a6 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -41,6 +41,7 @@
.Sh SYNOPSIS
.Nm config
.Op Fl gpr
+.Op Fl d Ar destdir
.Ar SYSTEM_NAME
.Sh DESCRIPTION
This is the old version of the
@@ -73,6 +74,13 @@ section below).
Available options and operands:
.Pp
.Bl -tag -width SYSTEM_NAME
+.It Fl d Ar destdir
+Use
+.Ar destdir
+as the output directory, instead of the default one. Note
+that config does not append
+.Ar SYSTEM_NAME
+to the directory given.
.It Fl g
Configure a system for debugging.
.It Fl p
@@ -104,8 +112,11 @@ represents one of the architectures supported by FreeBSD.
.Nm Config
creates the directory
.Pa ../../compile/SYSTEM_NAME
-as necessary and place all output files there.
-If the directory already exists and the
+or the one given with the
+.Fl d
+option
+as necessary and places all output files there.
+If the output directory already exists and the
.Fl r
flag was specified, it will be removed first.
The output of
@@ -222,7 +233,7 @@ list of files specific to
.Em ERNIE
system
.It Pa /sys/compile/SYSTEM_NAME
-kernel build directory for system
+default kernel build directory for system
.Pa SYSTEM_NAME .
.El
.Sh SEE ALSO
OpenPOWER on IntegriCloud