Skip to content
Snippets Groups Projects
Unverified Commit c4f8c006 authored by cladmi's avatar cladmi Committed by Gaëtan Harter
Browse files

pkg/jerryscript: use 'make -f' instead of copying makefile

parent da3c075d
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant ...@@ -13,7 +13,6 @@ export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
endif endif
all: git-download all: git-download
@cp Makefile.jerryscript $(PKG_BUILDDIR)/Makefile "$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.jerryscript all
"$(MAKE)" -C $(PKG_BUILDDIR) all
include $(RIOTBASE)/pkg/pkg.mk include $(RIOTBASE)/pkg/pkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment