[mw-devel] [Git][arthur/mw][master] Switch over to duktape by default
Andrew Price
welshbyte at sucs.org
Wed Jul 19 19:32:39 BST 2017
Andrew Price pushed to branch master at Justin Mitchell / mw
Commits:
87ab8bea by Andrew Price at 2017-07-19T19:30:59+01:00
Switch over to duktape by default
And clean the duktape directory with 'make clean' as it builds fast
enough.
- - - - -
2 changed files:
- Makefile
- src/client/Makefile
Changes:
=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ endif
clean:
$(MAKE) -C src cleanall
+ $(MAKE) -C duktape $@
$(MAKE) -C po $@
version:
=====================================
src/client/Makefile
=====================================
--- a/src/client/Makefile
+++ b/src/client/Makefile
@@ -3,7 +3,7 @@ DEPTH=../../
include ../../Makefile.common
# Build with `make JSENGINE=foo` to switch engines
-JSENGINE ?= moz
+JSENGINE ?= duk
JSDIR_moz = $(DEPTH)mozjs
JSOBJ_moz = $(JSDIR_moz)/installroot/usr/lib/libmozjs-17.0.a
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/87ab8beadef588e642c5e1960be5dfb4db0dc998
---
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/87ab8beadef588e642c5e1960be5dfb4db0dc998
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20170719/ce100834/attachment.html>
More information about the mw-devel
mailing list