File mol.make-verbose.patch of Package mol
Makefile | 1 - ================================================================================ --- mol-0.9.72_pre2/Makefile +++ mol-0.9.72_pre2/Makefile @@ -8,7 +8,6 @@ include config/Makefile.master SUBDIRS = . scripts src util/img bootx -MAKE += -s $(OINC)/cpu: $(OINC)/.dir @rm -f $@ --- mol-0.9.72_pre2/config/Makefile.master +++ mol-0.9.72_pre2/config/Makefile.master @@ -49,14 +49,14 @@ CONFIGURED := $(shell test -f .config-$(ARCH) && test -f $(AUTOCONFFILE) \ > /dev/null 2>&1 && echo y ) config: config-bootstrap - @$(MAKE) -s -C config $@ + @$(MAKE) -C config $@ %config: config-bootstrap - @$(MAKE) -s -C config $@ + @$(MAKE) -C config $@ do-config-bootstrap: $(ACONF)/molstamp @true do-bootstrap: do-config-bootstrap - @$(MAKE) -s -C config menuconfig + @$(MAKE) -C config menuconfig auto-bootstrap: do-bootstrap @test -f .config-$(ARCH) && test -f $(AUTOCONFFILE) || exit 0 ; $(MAKE) all