X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Makefile;h=8a052674b4d5c9b14d64b688532dd341a78d7f93;hp=50cf8c985b221054c6caaa712e6ca7fc2d76f70b;hb=6ce0261ebb837dace1b59494f650637cd5d28688;hpb=aeef38995943c06328658e8a9654b6d921c5e68d diff --git a/Makefile b/Makefile index 50cf8c985..8a052674b 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) ;