Added a readme to the uml target for a quick start
[openwrt.git] / Makefile
index 41cda0b..e2e467c 100644 (file)
--- a/Makefile
+++ b/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:
This page took 0.022003 seconds and 4 git commands to generate.