pkg/jerryscript: use 'make -f' instead of copying makefile
This commit is contained in:
parent
da3c075d1d
commit
c4f8c006c4
@ -13,7 +13,6 @@ export CFLAGS += -Wno-macro-redefined -Wno-gnu-folding-constant
|
||||
endif
|
||||
|
||||
all: git-download
|
||||
@cp Makefile.jerryscript $(PKG_BUILDDIR)/Makefile
|
||||
"$(MAKE)" -C $(PKG_BUILDDIR) all
|
||||
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.jerryscript all
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user