mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Replace "pereq" in targets by "deps"
"prereq" is simply impossible to use in explanations with a straight face. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6327f67683
commit
6bdb16878a
6 changed files with 22 additions and 22 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
clean: clean.callgrind
|
||||
|
||||
callgrind: run-prereq
|
||||
callgrind: run-deps
|
||||
$(RM) -f core.*
|
||||
valgrind --tool=callgrind $(VALGRIND_OPTS) $(EXE_PATH) $(EXE_ARGS)
|
||||
callgrind-noinst: run-prereq
|
||||
callgrind-noinst: run-deps
|
||||
$(RM) -f core.*
|
||||
valgrind --tool=callgrind --callgrind-out-file=$(CALLGRIND_OUT) --instr-atstart=no $(VALGRIND_OPTS) $(EXE_PATH) $(EXE_ARGS)
|
||||
$(CALLGRIND_OUT): callgrind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue