Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
2d19d21e
Commit
2d19d21e
authored
Mar 28, 2013
by
Axel Auweter
Browse files
Use /tmp/dcdb/build as the default build path instead of $(PWD)/build/.
parent
10c04d62
Changes
4
Hide whitespace changes
Inline
Side-by-side
CollectAgent/Makefile
View file @
2d19d21e
DCDBBUILDPATH
?=
$(PWD)
/build/
DCDBBUILDPATH
?=
/tmp/dcdb
/build/
DCDBDEPLOYPATH
?=
$(DCDBBUILDPATH)
/deploy/
CXXFLAGS
=
-O0
-g
-Wall
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
...
...
FileSpewer/Makefile
View file @
2d19d21e
DCDBBUILDPATH
?=
$(PWD)
/build/
DCDBBUILDPATH
?=
/tmp/dcdb
/build/
DCDBDEPLOYPATH
?=
$(DCDBBUILDPATH)
/deploy/
CXXFLAGS
=
-O2
-g
-Wall
-Werror
-fmessage-length
=
0
-I
$(DCDBDEPLOYPATH)
/include/
...
...
Makefile
View file @
2d19d21e
...
...
@@ -8,7 +8,7 @@ FETCH = wget -c --no-check-certificate -O -
MAKETHREADS
=
2
PWD
=
$(
shell
pwd
)
DCDBBUILDPATH
?=
$(PWD)
/build/
DCDBBUILDPATH
?=
/tmp/dcdb
/build/
DCDBDEPLOYPATH
?=
$(DCDBBUILDPATH)
/deploy/
DISTFILESNAMES
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/;.*//'
))
DISTFILESPATHS
=
$(
foreach
f,
$(DISTFILES)
,
$(
shell
echo
"
$(f)
"
|
sed
's/.tar.gz;.*//'
))
...
...
SysFsAgent/Makefile
View file @
2d19d21e
DCDBBUILDPATH
?=
$(PWD)
/build/
DCDBBUILDPATH
?=
/tmp/dcdb
/build/
DCDBDEPLOYPATH
?=
$(DCDBBUILDPATH)
/deploy/
CXXFLAGS
=
-O2
-g
-Wall
-Werror
-I
$(DCDBDEPLOYPATH)
/include
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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