X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=0517005d65fafd06557ce3bd8de0647c7a501088;hb=8c25c4476496b7136767c4023d1c08990167eaa0;hp=e97e7548315caf35b78ca60d92184c735e2d46dd;hpb=d980cc0620ae77ab2572235a1300bf22519f2e86;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index e97e7548315c..0517005d65fa 100644 --- a/Makefile +++ b/Makefile @@ -728,11 +728,12 @@ $(KCONFIG_CONFIG): # This exploits the 'multi-target pattern rule' trick. # The syncconfig should be executed only once to make all the targets. # (Note: use the grouped target '&:' when we bump to GNU Make 4.3) -quiet_cmd_syncconfig = SYNC $@ - cmd_syncconfig = $(MAKE) -f $(srctree)/Makefile syncconfig - +# +# Do not use $(call cmd,...) here. That would suppress prompts from syncconfig, +# so you cannot notice that Kconfig is waiting for the user input. %/config/auto.conf %/config/auto.conf.cmd %/generated/autoconf.h: $(KCONFIG_CONFIG) - +$(call cmd,syncconfig) + $(Q)$(kecho) " SYNC $@" + $(Q)$(MAKE) -f $(srctree)/Makefile syncconfig else # !may-sync-config # External modules and some install targets need include/generated/autoconf.h # and include/config/auto.conf but do not care if they are up-to-date.