]> rtime.felk.cvut.cz Git - omk.git/commitdiff
The OMK infrastructure outputs which do not build any target should be lowercase.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 6 Oct 2006 08:26:00 +0000 (08:26 +0000)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 6 Oct 2006 08:26:00 +0000 (08:26 +0000)
This helps to highlight, if there are some targets really build
or rebuild after make invocation.

darcs-hash:20061006082623-ff715-1b99d60c89e1ae192f0f90f6d44c52c19953dc00.gz

snippets/base

index ddae1c5e30b6d7ac9040bd607d0746a12c201bc2..a62f18a44d49b980e3a7be81caa984036042ef23 100644 (file)
@@ -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)