Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
f934ca3a
Commit
f934ca3a
authored
Jul 24, 2013
by
Axel Auweter
Browse files
Disabled building of Thrift tests allows for re-enabling parallel builds.
parent
bc92322d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f934ca3a
...
...
@@ -7,7 +7,7 @@ DISTFILES = thrift-0.9.0.tar.gz;https://dist.apache.org/repos/dist/release/thrif
rudeconfig-5.0.5.tar.gz
;
http://rudeserver.com/config/download/rudeconfig-5.0.5.tar.gz
\
boost_1_54_0.tar.gz
;
http://netcologne.dl.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.gz
FETCH
=
wget
-c
--no-check-certificate
-O
-
MAKETHREADS
=
4
MAKETHREADS
?
=
4
CASSANDRA_FLUSH_LARGEST_MEMTABLES_AT
=
0.5
CASSANDRA_REDUCE_CACHE_SIZES_AT
=
0.6
...
...
@@ -61,7 +61,7 @@ mrproper: distclean
@
rm
-rf
$(DCDBDEPLOYPATH)
all
:
$(DCDBDEPSPATH)/.prerequesites
make
$(PROJECTS)
make
-j
$(MAKETHREADS)
$(PROJECTS)
$(DCDBDEPSPATH)/.prerequesites
:
$(DCDBDEPSPATH)/.extract-distfiles
@
echo
""
...
...
@@ -87,7 +87,7 @@ $(DCDBDEPSPATH)/.prerequesites: $(DCDBDEPSPATH)/.extract-distfiles
@
cd
$(DCDBDEPSPATH)
/
$(T)
&&
./configure
--prefix
=
$(DCDBDEPLOYPATH)
--without-qt4
--without-csharp
\
--without-java
--without-erlang
--without-python
--without-perl
--without-php
--without-php_extension
\
--without-ruby
--without-haskell
--without-go
--without-d
--with-cpp
--with-boost
=
$(DCDBDEPLOYPATH)
\
--enable-libtool-lock
&&
make
-j
1
&&
make
install
--enable-libtool-lock
--without-tests
&&
make
-j
$(MAKETHREADS)
&&
make
install
@echo
""
@echo
"Staging and configuring Cassandra..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment