Merge 3.14 branch into 3.15

This commit is contained in:
Andrew Johnson
2017-05-19 17:34:49 -05:00
8 changed files with 324 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ ACTIONS = inc
ACTIONS += build
ACTIONS += install
ACTIONS += buildInstall
ACTIONS += runtests tapfiles junitfiles
ACTIONS += runtests tapfiles clean-tests test-results junitfiles
actionArchTargets = $(foreach x, $(ACTIONS),\ $(foreach arch,$(BUILD_ARCHS), $(x)$(DIVIDER)$(arch)))