... to allow overriding variables as well as rules. Explicitly default to
all: rule to retain the previous behaviour.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
ROOT := $(abspath $(CURDIR))
export ROOT
+# Default to the all rule
+all:
+
+# Local settings and rules
+-include Makefile.local
+
# $(xtfdir) defaults to $(ROOT) so development and testing can be done
# straight out of the working tree.
xtfdir ?= $(ROOT)
.PHONY: pylint
pylint:
-pylint --rcfile=.pylintrc xtf-runner
-
--include Makefile.local