Merge pull request #513 from stilor/fix-show-config

Fix ct-ng show-config.
This commit is contained in:
Alexey Neyman 2017-01-12 19:27:37 -08:00 committed by GitHub
commit c8065c7c83

View File

@ -10,7 +10,7 @@ MAKEFLAGS += --no-print-directory --no-builtin-rules
.NOTPARALLEL:
# This is where ct-ng is:
export CT_NG:=$(lastword $(MAKEFILE_LIST))
export CT_NG:=$(abspath $(lastword $(MAKEFILE_LIST)))
# and this is where we're working in:
export CT_TOP_DIR:=$(shell pwd)