mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-03 06:43:50 +08:00
toplevel.mk: fix distclean
- remove logs like "make dirclean" does - remove key-build* Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 47397
This commit is contained in:
parent
4e6c4d728b
commit
c3d3dbc191
@ -213,7 +213,7 @@ docs/clean: FORCE
|
||||
@$(_SINGLE)$(SUBMAKE) -C docs clean
|
||||
|
||||
distclean:
|
||||
rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
|
||||
rm -rf bin build_dir .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
|
||||
@$(_SINGLE)$(SUBMAKE) -C scripts/config clean
|
||||
|
||||
ifeq ($(findstring v,$(DEBUG)),)
|
||||
|
Loading…
Reference in New Issue
Block a user