1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: distclean pkg sources on clean-intermediates target

This commit is contained in:
Kaspar Schleiser 2016-07-06 17:33:28 +02:00
parent 7d19bd1c2d
commit a1f8891a41

View File

@ -312,7 +312,7 @@ clean:
# Remove intermediates, but keep the .elf, .hex and .map etc.
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)/*/
clean-pkg: