Skip to content
Snippets Groups Projects
Commit 77bde05f authored by Christian Engwer's avatar Christian Engwer
Browse files

use @PACKAGE_NAME@ so that we can use checklog in other packages aswell

[[Imported from SVN: r2287]]
parent 079c0433
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ LOG_FILE = $(top_srcdir)/check-log.log
LOG_DIR = $(top_srcdir)/check-log
LOG_STORE = $(SHELL) $(top_srcdir)/bin/check-log-store $(LOG_FILE) $(LOG_DIR)
LOG_SET_OPTIONS = \
path=$$(test "$(subdir)" = "." && echo "/dune"|| echo "/dune/$(subdir)");\
path=$$(test "$(subdir)" = "." && \
echo "/@PACKAGE_NAME@"|| echo "/@PACKAGE_NAME@/$(subdir)"); \
ppath=$$(dirname $$path); \
dir=$$(basename $$path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment