X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2FMakefile;h=e2e467cd8c22b58274ea01715f049a623803a7a7;hb=79e9e338c958aedde5a0552c71199d3f7e16c74e;hp=41cda0b8660ebf95ab0882b67b7c9172b8736958;hpb=34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467;p=oweals%2Fopenwrt.git diff --git a/openwrt/Makefile b/openwrt/Makefile index 41cda0b866..e2e467cd8c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -66,7 +66,7 @@ menuconfig: ./scripts/config/mconf FORCE $< Config.in config-clean: FORCE - $(MAKE) -C scripts/config clean + $(NO_TRACE_MAKE) -C scripts/config clean package/%: .pkginfo FORCE $(MAKE) -C package $(patsubst package/%,%,$@) @@ -115,5 +115,7 @@ dirclean: clean distclean: dirclean config-clean rm -rf dl .*config* .pkg* .prereq + +.SILENT: clean dirclean distclean config-clean download world .PHONY: FORCE FORCE: