]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Get rid of "xxx-pass is up to date" messages.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 19 Oct 2006 14:54:00 +0000 (14:54 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 19 Oct 2006 14:54:00 +0000 (14:54 +0000)
darcs-hash:20061019145428-f2ef6-23412628212b2e16c507c13c60e9f17238071b62.gz

snippets/base

index 6eb82878d8dba713c7c86ed18f8f439cf8697452..9e77dfcebb6b0cacbb33ee916fdfa137a82ae46d 100644 (file)
@@ -125,9 +125,9 @@ $(1):
        +@$(foreach dir,$(SUBDIRS),$(call mkdir_def,$(2)/$(dir)); \
                $(MAKE) SOURCES_DIR=$(SOURCES_DIR)/$(dir) $(NO_PRINT_DIRECTORY) \
                RELATIVE_DIR=$(RELATIVE_DIR)/$(dir) -C $(2)/$(dir) \
-               -f $(SOURCES_DIR)/$(dir)/Makefile $$@ || exit 1 ;)
+               -f $(SOURCES_DIR)/$(dir)/Makefile $$@ || exit 1 ;) true
 ifneq ($(4),)
-       @echo "make[omk]:$$@ 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)