Skip to content
Snippets Groups Projects
Commit a1f8891a authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

make: distclean pkg sources on clean-intermediates target

parent 7d19bd1c
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,7 @@ clean: ...@@ -312,7 +312,7 @@ clean:
# Remove intermediates, but keep the .elf, .hex and .map etc. # Remove intermediates, but keep the .elf, .hex and .map etc.
clean-intermediates: clean-intermediates:
-@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTPKG)/$$i clean ; done -@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTPKG)/$$i distclean ; done
-@rm -rf $(BINDIR)/*.a $(BINDIR)/*/ -@rm -rf $(BINDIR)/*.a $(BINDIR)/*/
clean-pkg: clean-pkg:
......
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