> > +ifeq ($(call cc-ifversion, -ge, 0408, y), y) > > + $(CONFIG_SHELL) -x $(srctree)/scripts/gcc-plugin.sh "$(HOSTCXX)" "$(HOSTCXX)" "$(CC)" > > +else > > + $(CONFIG_SHELL) -x $(srctree)/scripts/gcc-plugin.sh "$(HOSTCC)" "$(HOSTCXX)" "$(CC)" > > Is there a reason for these to be running with -x? This makes it noisy > when running with V=0 (the default). I think -x is useful, it prints out e.g., which headers are missing. gcc-plugin.sh with -x runs only when there is something wrong (as you can see it in the kbuild test bot mails). -- Emese -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html