On Sat, Sep 25, 2010 at 04:40:01PM +0200, Daniel Shahaf wrote:
> Ramkumar Ramachandra wrote on Sat, Sep 25, 2010 at 19:15:16 +0530:
> > I have no interest in politics, and I don't want to speculate why
> > svnmucc isn't built by `make` by default.
>
> Because it lives in tools/.
What about we start building tools by default?
Not install, just build?
This would help us catch compile-breakage in tools more quickly.
Stefan
Index: configure.ac
===================================================================
--- configure.ac (revision 1000128)
+++ configure.ac (working copy)
@@ -702,7 +702,7 @@ dnl Build and install rules -------------------
INSTALL_STATIC_RULES="install-bin install-docs"
INSTALL_RULES="install-fsmod-lib install-ramod-lib install-lib install-include install-static"
INSTALL_RULES="$INSTALL_RULES $INSTALL_APACHE_RULE"
-BUILD_RULES="fsmod-lib ramod-lib lib bin test $BUILD_APACHE_RULE"
+BUILD_RULES="fsmod-lib ramod-lib lib bin test $BUILD_APACHE_RULE tools"
if test "$svn_lib_berkeley_db" = "yes"; then
BUILD_RULES="$BUILD_RULES bdb-lib bdb-test"
Received on 2010-09-27 14:42:42 CEST