mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
run.mk: Add rule check-conf
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b7b41e6878
commit
aa9d1fa2ac
1 changed files with 5 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ restart: stop wait-stop all start
|
||||||
valgrind:
|
valgrind:
|
||||||
rm -f $(CORE)
|
rm -f $(CORE)
|
||||||
valgrind $(VALGRIND_OPTS) $(EXE_PATH) $(EXE_ARGS)
|
valgrind $(VALGRIND_OPTS) $(EXE_PATH) $(EXE_ARGS)
|
||||||
|
|
||||||
supp.tmp:
|
supp.tmp:
|
||||||
valgrind --gen-suppressions=all $(EXE_PATH) $(EXE_ARGS) 2>$@.tmp; mv $@.tmp $@ || exit 0
|
valgrind --gen-suppressions=all $(EXE_PATH) $(EXE_ARGS) 2>$@.tmp; mv $@.tmp $@ || exit 0
|
||||||
|
|
||||||
|
|
@ -108,6 +108,10 @@ callgrind-dump:
|
||||||
snap:
|
snap:
|
||||||
killall -SIGUSR1 $(notdir $(EXE_PATH))
|
killall -SIGUSR1 $(notdir $(EXE_PATH))
|
||||||
|
|
||||||
|
check-conf:
|
||||||
|
$(firstword $(wildcard $(CVS_PROJ_DIR)/valdi/bin/checkconf) checkconf) -p --log-flags console \
|
||||||
|
$(shell echo $(EXE_ARGS) | sed 's/.*--config-file *//; s/ .*//')
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue