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
9493ece6
Commit
9493ece6
authored
Feb 01, 2017
by
daniele
Browse files
Fixed depsinstall dependencies in Makefile
parent
009fbab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9493ece6
...
...
@@ -229,7 +229,7 @@ $(DCDBDEPSPATH)/apache-cassandra-$(CASSANDRA_VERSION)/.installed: $(DCDBDEPSPATH
@
sed
-i
-e
's/.*tombstone_failure_threshold:.*/tombstone_failure_threshold:
$(CASSANDRA_TOMBSTONE_FAILURE_THRESHOLD)
/'
$(DCDBDEPLOYPATH)
/cassandra/conf/cassandra.yaml
@
touch
$@
%-build
:
deps
depsinstall
%-build
:
deps
@
echo
"Building
$*
"
@
$(MAKE)
-j
$(MAKETHREADS)
CC
=
$(CC)
CXX
=
$(CXX)
-C
$*
...
...
@@ -237,7 +237,7 @@ $(SUB_DIRS): $(foreach s,$(SUB_DIRS),$(s)-build)
@
echo
"Installing
$@
"
@
$(MAKE)
CC
=
$(CC)
CXX
=
$(CXX)
-C
$@
install
$(PROJECTS)
:
deps
depsinstall
$(PROJECTS)
:
deps
$(
eval
X :
=
$(
shell
echo
"
$(SKIP_PROJECTS)
"
|
grep
"
$@
"
))
@
if
[
"
$(X)
"
=
""
]
;
then
\
echo
""
;
\
...
...
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