Re: [PATCH 37/50] tools/perf/build: Improve printout-ofauto-detected features

From: Jiri Olsa
Date: Mon Oct 07 2013 - 18:12:51 EST


On Mon, Oct 07, 2013 at 01:56:30PM +0200, Ingo Molnar wrote:

SNIP

> +#
> +# Only print out our features if we rebuilt the testcases or if a test failed:
> +#
> +ifeq ($(test-all-failed), 1)
> + $(foreach feat,$(CORE_FEATURE_TESTS) DUMMY,$(call feature_print,$(feat)))
> + $(info )
> +endif

found the DUMMY! what do I win? ;-)

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/