1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 18:12:46 +01:00

Makefile.include: do not create BINDIR for usepkg build

BINDIR has already have been created by `pkg-prepare` and the real build
directory for the package will be created by the make target itself.
This commit is contained in:
cladmi 2018-09-14 14:55:43 +02:00
parent e082ee6766
commit 8a6771ac50
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -476,7 +476,6 @@ pkg-prepare:
-@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTPKG)/$$i prepare ; done -@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTPKG)/$$i prepare ; done
$(USEPKG:%=$(BINDIR)/%.a): $(BINDIR)/%.a: $(BUILDDEPS) FORCE $(USEPKG:%=$(BINDIR)/%.a): $(BINDIR)/%.a: $(BUILDDEPS) FORCE
@mkdir -p $(BINDIR)
$(QQ)"$(MAKE)" -C $(RIOTPKG)/$* $(QQ)"$(MAKE)" -C $(RIOTPKG)/$*
clean: clean: