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
79df4429
Commit
79df4429
authored
Jan 13, 2017
by
Christian Dietrich
Browse files
more make targets
parent
a2f38130
Pipeline
#2996
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
experiments/Makefile
View file @
79df4429
...
...
@@ -13,15 +13,24 @@ all:
@
echo
"Look at the makefile"
define
inc_template
inc_$
(shell echo $1 | tr '[
:
upper:]' '[:lower:]' )_$2
:
inc_$
3_$2_append
:
./incremental_rebuild.py
-s
\
-d
../versuchung-data
--jobs
$(JOBS)
\
-v
--clang_hash-clone-url
${CLANG_HASH}
\
--project-clone-url
${
$1
}
--mode
$2
inc_$(shell echo $1 | tr '[
:
upper:]' '[:lower:]' ): inc_$(shell echo $1 | tr '[:upper:]' '[:lower:]' )_$2
inc_$3_$2_touch
:
./incremental_rebuild.py
-s
\
-d
../versuchung-data
--jobs
$(JOBS)
\
-v
--clang_hash-clone-url
${CLANG_HASH}
\
--project-clone-url
${
$1
}
--mode
$2
--touch-only
true
inc_$3
:
inc_$3_$2_touch inc_$3_$2_append
inc_$3_touch
:
inc_$3_$2_touch
inc_$3_append
:
inc_$3_$2_append
inc
:
inc_$3
endef
$(foreach
project,MUSL
POSTGRESQL
CPYTHON
MBEDTLS
LUA
BASH
SAMBA,\
$(foreach
mode,normal
ccache
clang-hash,\
$(eval
$(call
inc_template,$(project),$(mode)))))
$(eval $(call inc_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