projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7311a7e
)
fix_disable_cctest
author
Debian Javascript Maintainers
<pkg-javascript-devel@lists.alioth.debian.org>
Fri, 25 Jan 2019 12:51:37 +0000
(12:51 +0000)
committer
Jérémy Lal
<kapouer@melix.org>
Fri, 25 Jan 2019 12:51:37 +0000
(12:51 +0000)
Gbp-Pq: Name fix_disable_cctest.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 086200fc03005b89f03a62514dfdb682a25b2f52..8a492a1efee35f3e27fb37a024f05a085bc4ee76 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-137,8
+137,12
@@
config.gypi: configure configure.py
exit 1; \
fi
+build:
+ $(MAKE) $(PARALLEL_ARGS) -C out $(NODE_EXE) BUILDTYPE=$(BUILDTYPE) V=$(V)
+ ln -sf out/$(BUILDTYPE)/node .
+
.PHONY: install
-install:
all
## Installs node into $PREFIX (default=/usr/local).
+install: ## Installs node into $PREFIX (default=/usr/local).
$(PYTHON) tools/install.py $@ '$(DESTDIR)' '$(PREFIX)'
.PHONY: uninstall