mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
fix make distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8251 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aeef389959
commit
6ce0261ebb
4
Makefile
4
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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user