X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Makefile;h=92a49bf9e81c9fe7abd8a56ebc34a80a3af85dd2;hb=f99d2754b1feea539570dce7bfdaec641fc5696c;hp=1d45582affe7873b4d267d4f54f99701053fbbe8;hpb=fb8ef754679006686ea99003ceee3622f473bf5f;p=openwrt.git diff --git a/Makefile b/Makefile index 1d45582aff..92a49bf9e8 100644 --- a/Makefile +++ b/Makefile @@ -98,11 +98,11 @@ world: ./scripts/config/conf FORCE clean: FORCE rm -rf build_* bin -dirclean: clean FORCE +dirclean: clean rm -rf staging_dir_* toolchain_build_* -distclean: dirclean FORCE - rm -rf .* dl +distclean: dirclean config-clean + rm -rf dl .*config* .pkg* .PHONY: FORCE FORCE: