Update tools/mkkconfig.bat; silence some Makefile output

This commit is contained in:
Gregory Nutt 2016-06-06 12:30:01 -06:00
parent e725f5e9e1
commit 807e51ad05
3 changed files with 24 additions and 40 deletions

View file

@ -60,7 +60,7 @@ nothing:
install:
preconfig: $(foreach SDIR, $(SUBDIRS), $(SDIR)_preconfig)
$(MKKCONFIG) -m "$(shell cat Kmenu)"
$(Q) $(MKKCONFIG) -m "$(shell cat Kmenu)"
context: $(foreach SDIR, $(SUBDIRS), $(SDIR)_context)