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
009fbab9
Commit
009fbab9
authored
Feb 01, 2017
by
Michael Ott
Browse files
Fix Makefile: fix boost configure and install, make all now builds deps and all sub-dirs
parent
2bb1eec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
009fbab9
...
...
@@ -99,7 +99,7 @@ update-distfile-hashes: .md5sums
@
sed
-i
-e
's/^DISTFILES_HASHES\ =.*/DISTFILES_HASHES\ =\
$(X)
/'
$(MAKEFILENAME)
;
@
rm
-f
.md5sums
all
:
check-cross-compile deps
install
$(foreach s
,
$(SUB_DIRS)
,
$(s)-build)
all
:
check-cross-compile deps $(foreach s
,
$(SUB_DIRS)
,
$(s)-build)
install
:
depsinstall $(SUB_DIRS)
@
cd
include
&&
install
$(PUBHEADERS)
$(DCDBDEPLOYPATH)
/include/dcdb
&&
cd
..
...
...
@@ -147,7 +147,8 @@ $(DCDBDEPSPATH)/boost_$(BOOST_VERSION_U)/.built: $(DCDBDEPSPATH)/boost_$(BOOST_V
@
if
[
"
$(ARCH)
"
=
"arm"
]
;
then
\
echo
" using gcc : arm :
$(CROSS_COMPILE)
g++ ; "
>
$
(
@D
)
/tools/build/src/user-config.jam
;
\
fi
cd
$
(
@D
)
&&
./bootstrap.sh
--prefix
=
$(DCDBDEPLOYPATH)
--with-libraries
=
atomic,chrono,date_time,exception,filesystem,program_options,random,regex,system,thread,timer
&&
touch
$
(
@
)
cd
$
(
@D
)
&&
./bootstrap.sh
--prefix
=
$(DCDBDEPLOYPATH)
--with-libraries
=
atomic,chrono,date_time,exception,filesystem,program_options,random,regex,system,thread,timer
&&
\
./b2
cxxflags
=
"
$(CXX11FLAGS)
"
stage
&&
touch
$
(
@
)
$(DCDBDEPSPATH)/boost_$(BOOST_VERSION_U)/.installed
:
$(DCDBDEPSPATH)/boost_$(BOOST_VERSION_U)/.built
...
...
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