X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Makefile;h=8a052674b4d5c9b14d64b688532dd341a78d7f93;hb=c98abae2acf4da0bd0545effa8f3ce816adbf742;hp=50cf8c985b221054c6caaa712e6ca7fc2d76f70b;hpb=196ad55bd2bdad8c5c86249afd4b1cec04855d35;p=openwrt.git diff --git a/Makefile b/Makefile index 50cf8c985b..8a052674b4 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ clean: FORCE dirclean: clean rm -rf staging_dir_* toolchain_build_* tool_build -distclean: dirclean config-clean symlinkclean docs/clean - rm -rf dl +distclean: dirclean + rm -rf dl .config* # check prerequisites before starting to build prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;