X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=Makefile;h=39ffb17fb5e770c8c6983feee5ef3568388665a2;hp=89ca7d38b63bf69e640cd9fe91ef7f13549f4def;hb=5def1de5056a3d0072e59d3ffa1e0c133174f519;hpb=f204c0275d8d04227ec5aaae31698f11cd4990b2 diff --git a/Makefile b/Makefile index 89ca7d38b6..39ffb17fb5 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ RELEASE:=Kamikaze all: world +SHELL:=/usr/bin/env bash export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk @@ -132,7 +133,7 @@ dirclean: clean rm -rf staging_dir_* toolchain_build_* tool_build distclean: dirclean config-clean - rm -rf dl .*config* .pkg* .prereq ccache_* + rm -rf dl .*config* .pkg* .prereq .SILENT: clean dirclean distclean config-clean download world FORCE: ;