]> rtime.felk.cvut.cz Git - omk.git/blobdiff - snippets/base
The OMK infrastructure outputs which do not build any target should be lowercase.
[omk.git] / 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)