summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
committerobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
commiteb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 (patch)
treec47a609d11ee2b49fc8234ffe6ee4e508318db84 /tools
parent8e21b1f738e3a7d52ec50aa5730787013a76a4d5 (diff)
downloadFreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.zip
FreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.tar.gz
Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
-rw-r--r--tools/build/options/WITHOUT_LIBKSE5
-rw-r--r--tools/build/options/WITHOUT_LIBPTHREAD9
3 files changed, 12 insertions, 4 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 87550da..a5e004b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -904,7 +904,7 @@ OLD_FILES+=usr/share/man/man8/ktutil.8.gz
# to be filled in
#.endif
-#.if ${MK_LIBPTHREAD} == no
+#.if ${MK_LIBKSE} == no
# to be filled in
#.endif
diff --git a/tools/build/options/WITHOUT_LIBKSE b/tools/build/options/WITHOUT_LIBKSE
new file mode 100644
index 0000000..28a3fd8
--- /dev/null
+++ b/tools/build/options/WITHOUT_LIBKSE
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to not build the
+.Nm libpthread
+(M:N threading)
+library.
diff --git a/tools/build/options/WITHOUT_LIBPTHREAD b/tools/build/options/WITHOUT_LIBPTHREAD
index 28a3fd8..88320c0 100644
--- a/tools/build/options/WITHOUT_LIBPTHREAD
+++ b/tools/build/options/WITHOUT_LIBPTHREAD
@@ -1,5 +1,8 @@
.\" $FreeBSD$
-Set to not build the
+Set to not build either of the
.Nm libpthread
-(M:N threading)
-library.
+providing libraries (
+.Nm libthr
+(1:1) &
+.Nm libkse
+(M:N)).
OpenPOWER on IntegriCloud