mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 04:42:58 +00:00
fix make distclean
SVN-Revision: 8251
This commit is contained in:
parent
7cc617cd7e
commit
572876608a
4
Makefile
4
Makefile
@ -42,8 +42,8 @@ clean: FORCE
|
|||||||
dirclean: clean
|
dirclean: clean
|
||||||
rm -rf staging_dir_* toolchain_build_* tool_build
|
rm -rf staging_dir_* toolchain_build_* tool_build
|
||||||
|
|
||||||
distclean: dirclean config-clean symlinkclean docs/clean
|
distclean: dirclean
|
||||||
rm -rf dl
|
rm -rf dl .config*
|
||||||
|
|
||||||
# check prerequisites before starting to build
|
# check prerequisites before starting to build
|
||||||
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user