From a65e63dc3e69da6d505de4563065332c182891cf Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 6 Oct 2006 08:26:00 +0000 Subject: [PATCH 1/1] The OMK infrastructure outputs which do not build any target should be lowercase. This helps to highlight, if there are some targets really build or rebuild after make invocation. darcs-hash:20061006082623-ff715-1b99d60c89e1ae192f0f90f6d44c52c19953dc00.gz --- snippets/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/base b/snippets/base index ddae1c5..a62f18a 100644 --- a/snippets/base +++ b/snippets/base @@ -123,7 +123,7 @@ $(1): RELATIVE_DIR=$(RELATIVE_DIR)/$(dir) -C $(2)/$(dir) \ -f $(SOURCES_DIR)/$(dir)/Makefile $$@ || exit 1 ;) ifneq ($(4),) - @echo " MAKE $$@ in $(RELATIVE_DIR)"; \ + @echo "make[omk]:$$@ in $(RELATIVE_DIR)"; \ $(call mkdir_def,$(2)); \ $(MAKE) --no-print-directory -C $(2) \ -f $(SOURCES_DIR)/Makefile $(3) $$(@:%=%-local) -- 2.39.2