VOL-4964 - Update the core contributors list.
overview/contributing.rst
-------------------------
o Removed some, added some
Change-Id: I50544101c9ca8f10bb5e2ccddba57437ae3d20ad
diff --git a/makefiles/lint/include.mk b/makefiles/lint/include.mk
index 96f6bce..25d12e9 100644
--- a/makefiles/lint/include.mk
+++ b/makefiles/lint/include.mk
@@ -15,6 +15,8 @@
# limitations under the License.
# -----------------------------------------------------------------------
+$(if $(DEBUG),$(warning ENTER))
+
# -----------------------------------------------------------------------
# Intent: Display help banner early before library lint help targets.
# -----------------------------------------------------------------------
@@ -35,11 +37,13 @@
##--------------------##
##---] INCLUDES [---##
##--------------------##
-include $(MAKEDIR)/lint/doc8.mk
+include $(MAKEDIR)/lint/doc8/include.mk
include $(MAKEDIR)/lint/json.mk
include $(MAKEDIR)/lint/python/include.mk
include $(MAKEDIR)/lint/robot.mk
include $(MAKEDIR)/lint/shell.mk
include $(MAKEDIR)/lint/yaml.mk
+$(if $(DEBUG),$(warning LEAVE))
+
# [EOF]