Skip to content
Snippets Groups Projects
Unverified Commit 8a6771ac authored by cladmi's avatar cladmi
Browse files

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.
parent e082ee67
No related branches found
No related tags found
No related merge requests found
...@@ -476,7 +476,6 @@ pkg-prepare: ...@@ -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:
......
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