You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2013/12/16 21:18:42 UTC

[08/10] git commit: updated refs/heads/1964-feature-fauxton-build to 730f6e6

Add note about DISTCHECK_CONFIGURE_FLAGS


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/974d63f3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/974d63f3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/974d63f3

Branch: refs/heads/1964-feature-fauxton-build
Commit: 974d63f3c292360a2f3702122f5592ddda2513c4
Parents: 6b0305b
Author: Noah Slater <ns...@apache.org>
Authored: Mon Dec 16 18:30:42 2013 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Mon Dec 16 18:30:42 2013 +0100

----------------------------------------------------------------------
 DEVELOPERS | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/974d63f3/DEVELOPERS
----------------------------------------------------------------------
diff --git a/DEVELOPERS b/DEVELOPERS
index 6461184..b3e6512 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -260,6 +260,15 @@ If you're working on the build system itself, you can run:
 
 This skips the tests allowing quicker `make' cycles.
 
+If you want to disable something for `make distcheck` you must pass down
+the `./configure` options through the environment.
+
+Run something like this:
+
+@@ this doens't work!
+
+    export DISTCHECK_CONFIGURE_FLAGS=--disable-tests
+
 If you want to build it into different destination than `/usr/local`.
 
     ./configure --prefix=/<your directory path>