[mw-devel] [Git][arthur/mw][master] Use $(MAKE) instead of make
Andrew Price
welshbyte at sucs.org
Sat Oct 24 19:02:12 BST 2015
Andrew Price pushed to branch master at Justin Mitchell / mw
Commits:
f4da1655 by Andrew Price at 2015-10-24T18:22:29Z
Use $(MAKE) instead of make
- - - - -
1 changed file:
- mozjs/Makefile
Changes:
=====================================
mozjs/Makefile
=====================================
--- a/mozjs/Makefile
+++ b/mozjs/Makefile
@@ -12,10 +12,10 @@ all: $(JSINSTALLSTAMP)
$(JSBUILDSTAMP):
mkdir -p $(JSBUILDDIR)
cd build && $(JSSRCDIR)/configure --enable-thread --with-pthreads --prefix=/usr --disable-tests --disable-shared-js
- make -C build
+ $(MAKE) -C build
touch $(JSBUILDSTAMP)
$(JSINSTALLSTAMP): $(JSBUILDSTAMP)
mkdir -p $(JSINSTALLDIR)
- make -C build install DESTDIR=$(JSINSTALLDIR)
+ $(MAKE) -C build install DESTDIR=$(JSINSTALLDIR)
touch $(JSINSTALLSTAMP)
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/f4da16559917ccb5aa04be66edbd4521fb8ffbd6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20151024/c12073e1/attachment.html>
More information about the mw-devel
mailing list