Parent Directory
|
Revision Log
Add --mozilla option, and make SpiderMonkey use the same build directory for all platforms.
1 | MAKEFLAGS = DISABLE_JIT=1 OBJROOT=build BUILD_OPT=1 |
2 | |
3 | all: |
4 | $(MAKE) -f Makefile.ref |
5 | |
6 | clean: |
7 | $(MAKE) -f Makefile.ref clean |
ViewVC Help | |
Powered by ViewVC 1.1.24 |