On Tue, Mar 10, 2015 at 01:04:26PM -0300, Arnaldo Carvalho de Melo wrote: SNIP
> endef > > feature_set = $(eval $(feature_set_code)) > @@ -880,3 +880,9 @@ $(call detected_var,LIBDIR) > $(call detected_var,GTK_CFLAGS) > $(call detected_var,PERL_EMBED_CCOPTS) > $(call detected_var,PYTHON_EMBED_CCOPTS) > + > +CLEAN_FILES = $(OUTPUT_FEATURES)make-*.feature-test.output > + > +clean: > + $(call QUIET_CLEAN, config) $(RM) $(CLEAN_FILES) > + hum, I think it'd be better if it stay in feature-checks dir, I'll try to send patch for this as part of the v2 build patchset jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/