Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dietrich
clang-hash
Commits
b1fe6dfc
Commit
b1fe6dfc
authored
Jan 23, 2017
by
Christian Dietrich
Browse files
Makefile changes
parent
35a6d830
Pipeline
#3039
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/Makefile
View file @
b1fe6dfc
...
...
@@ -40,13 +40,13 @@ hist_$3_$2:
./historical_build.py
-s
\
-d
../versuchung-data
--jobs
$(JOBS)
\
-v
--clang_hash-clone-url
${CLANG_HASH}
\
--project-clone-url
${
$1
}
--mode
$2
--commits
10
--dummy
--project-clone-url
${
$1
}
--mode
$2
--commits
500
hist_$3
:
hist_$3_$2
endef
$(foreach
project,LUA
MBEDTLS
SAMBA,\
$(foreach
project,LUA
MBEDTLS
SAMBA
MUSL
POSTGRESQL
CPYTHON
,\
$(foreach
mode,normal
ccache
clang-hash
ccache-clang-hash,\
$(eval $(call hist_template,$(project),$(mode),$(shell echo $(project) | tr '[
:
upper:]' '[:lower:]' )))))
...
...
Write
Preview
Supports
Markdown
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