Misc edits: makefiles/ and jjb templates.

Makefile
config.mk
makefiles/consts.mk
makefiles/lint/jjb.mk
---------------------
  o config.mk - initial setup to support library and local makefiles.
  o Move jjb lint target (~test) into jjb.mk, conditional logging verbosity.

makefiles/git-submodules.mk
---------------------------
  o Restore skeleton git submodule dir(s) after 'make sterile' is used.
  o Some external repo content placed under revision control.
  o Odd state: make clean induces bogus git status 'deleted:'

jjb/api-test.yaml
-----------------
  o Lint cleanup, fixed a complaint about replacment of non-expansive !include token.

jjb/defaults.yaml
-----------------
  o jjb + LinuxFoundation submodules have gone stale.
  o note download sources for a pending upgrade.

jenkins_jobs.errors.JenkinsJobsException:
  Failed to find suitable template named '{project-name}-ci-jobs'
-----------------------------------------------------------------
  o Finding 2020 changeset(s) also fail linting with this problem.
  o Might have an intermittent failure to debug in here.
  o Several jobs have run cleanly in the interim.

Change-Id: I20a0f3f0f731d6f312e5798af6049afd2e18c1c9
diff --git a/makefiles/help/include.mk b/makefiles/help/include.mk
index 6e6ddff..4450784 100644
--- a/makefiles/help/include.mk
+++ b/makefiles/help/include.mk
@@ -21,11 +21,11 @@
 	@echo "Usage: $(MAKE) [options] [target] ..."
 	@echo
 	@echo '[VIEW]'
-	@echo '  reload         Setup to auto-reload sphinx doc changes in browser'
-	@echo '  view-html      View generated documentation'
+	@echo '  reload                 Setup to auto-reload sphinx doc changes in browser'
+	@echo '  view-html              View generated documentation'
 	@echo
 	@echo '[TEST]'
-	@echo '  test           make lint linkcheck'
-	@echo '  test-all       make all-generation-targets'
+	@echo '  test                   make lint linkcheck'
+	@echo '  test-all               make all-generation-targets'
 
 # [EOF]