diff options
author | jhb <jhb@FreeBSD.org> | 2012-10-10 16:07:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-10-10 16:07:23 +0000 |
commit | 34debbc87e9c47e2ddd94fe8c497460ba1f49d6f (patch) | |
tree | 35e6fb472d131f1328d55c265c9bb2a70cad5037 | |
parent | 5c4def7e52cb93ab11267b6ecfa9a57f7fea2e66 (diff) | |
download | FreeBSD-src-34debbc87e9c47e2ddd94fe8c497460ba1f49d6f.zip FreeBSD-src-34debbc87e9c47e2ddd94fe8c497460ba1f49d6f.tar.gz |
WITH_CTF is now a "normal" build option (WITHOUT_CTF is supported and
MK_CTF is used internally).
Reviewed by: fjoe
-rw-r--r-- | share/man/man7/build.7 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 7cd8d91..931b444 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 2, 2012 +.Dd October 10, 2012 .Dt BUILD 7 .Os .Sh NAME @@ -382,12 +382,6 @@ even if the makefile says otherwise. .It Va WITH_CTF If defined, the build process will run the DTrace CTF conversion tools on built objects. -Please note that this WITH_ option is handled differently than all -other WITH_ options (there is no -.Va WITHOUT_CTF , -or corresponding -.Va MK_CTF -in the build system). .El .Pp Additionally, builds in |