Skip to content
Snippets Groups Projects
Commit c3d3dbc1 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toplevel.mk: fix distclean


- remove logs like "make dirclean" does
- remove key-build*

Signed-off-by: default avatarDirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 47397
parent 4e6c4d72
No related branches found
No related tags found
No related merge requests found
......@@ -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)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment