Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a074ba8c872247cba27a3223959cadbd9c6b6d1a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a074ba8c872247cba27a3223959cadbd9c6b6d1a)
  • Date: Thu, 16 Nov 2017 19:45:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/lxc/BUILD | 2 +-
utils/lxc/CONFIGURE | 15 +++++++++++++++
utils/lxc/HISTORY | 4 ++++
3 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit a074ba8c872247cba27a3223959cadbd9c6b6d1a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lxc: Add knobs for doc-related build opts

diff --git a/utils/lxc/BUILD b/utils/lxc/BUILD
index 5e14e54..b8775a8 100755
--- a/utils/lxc/BUILD
+++ b/utils/lxc/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" --disable-werror" &&
+OPTS+="$LXC_OPTS --disable-werror" &&
default_build
diff --git a/utils/lxc/CONFIGURE b/utils/lxc/CONFIGURE
new file mode 100755
index 0000000..a8c0305
--- /dev/null
+++ b/utils/lxc/CONFIGURE
@@ -0,0 +1,15 @@
+config_query_option \
+ LXC_OPTS \
+ "Build API documentation" n \
+ --enable-api-doc \
+ --disable-api-doc &&
+config_query_option \
+ LXC_OPTS \
+ "Build man pages" y \
+ --enable-doc \
+ --disable-doc &&
+config_query_option \
+ LXC_OPTS \
+ "Install examples" y \
+ --enable-examples \
+ --disable-examples
diff --git a/utils/lxc/HISTORY b/utils/lxc/HISTORY
index 7453860..e0b1b39 100644
--- a/utils/lxc/HISTORY
+++ b/utils/lxc/HISTORY
@@ -1,3 +1,7 @@
+2017-11-16 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, BUILD: added knobs for disabling the build of the
+ documentation.
+
2017-10-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.1.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a074ba8c872247cba27a3223959cadbd9c6b6d1a), Ismael Luceno, 11/16/2017

Archive powered by MHonArc 2.6.24.

Top of Page