aboutsummaryrefslogtreecommitdiff
path: root/contrib/openbsm/INSTALL
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2012-12-15 14:59:00 +0000
committerRobert Watson <rwatson@FreeBSD.org>2012-12-15 14:59:00 +0000
commitf7d2299713b626468b7435a8fcb13dc729c97354 (patch)
treebb5feecc21fd2904faccae24b3fa465ae1804b33 /contrib/openbsm/INSTALL
parent0d8a95f1b86ae90143fd7c6f6249484a650a9774 (diff)
parent911ea853e570be4aaaec9076b1240d857525432c (diff)
downloadsrc-f7d2299713b626468b7435a8fcb13dc729c97354.tar.gz
src-f7d2299713b626468b7435a8fcb13dc729c97354.zip
Merge OpenBSM 1.2-alpha3 from the vendor branch to 10-CURRENT; this version
included various upstreamed patches from the FreeBSD base to make OpenBSM compile more easily with bmake, higher warning levels, clang, and several other loose ends. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=244265
Diffstat (limited to 'contrib/openbsm/INSTALL')
-rw-r--r--contrib/openbsm/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/INSTALL b/contrib/openbsm/INSTALL
index a28665dd22b5..9e52b0d435a6 100644
--- a/contrib/openbsm/INSTALL
+++ b/contrib/openbsm/INSTALL
@@ -9,8 +9,8 @@ suppport is found. Typical builds will be performed using:
make
If doing development work on OpenBSM with gcc, the following invocation of
-configure may be preferred in order to generate full compiler warnings and
-force the compile to fail if a warning is found:
+configure is preferred in order to generate full compiler warnings and force
+the compile to fail if a warning is found:
CFLAGS="-Wall -Werror" ./configure