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
6646b3d0
Commit
6646b3d0
authored
Jul 24, 2013
by
Axel Auweter
Browse files
Avoid building subprojects in parallel (looks ugly...) :)
parent
f934ca3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6646b3d0
...
...
@@ -61,7 +61,7 @@ mrproper: distclean
@
rm
-rf
$(DCDBDEPLOYPATH)
all
:
$(DCDBDEPSPATH)/.prerequesites
make
-j
$(MAKETHREADS)
$(PROJECTS)
make
$(PROJECTS)
$(DCDBDEPSPATH)/.prerequesites
:
$(DCDBDEPSPATH)/.extract-distfiles
@
echo
""
...
...
@@ -127,6 +127,6 @@ $(DCDBDEPSPATH)/%/.dirstamp: $(DCDBDEPSPATH)/.download-distfiles
$(PROJECTS)
:
$(DCDBDEPSPATH)/.prerequesites
@
echo
""
@
echo
"Building
$@
..."
@
$(MAKE)
-C
$@
@
$(MAKE)
-j
$(MAKETHREADS)
-C
$@
@
echo
"Installing
$@
..."
@
$(MAKE)
-C
$@
install
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