projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35dac2b
)
fix_disable_cctest
author
Debian Javascript Maintainers
<pkg-javascript-devel@lists.alioth.debian.org>
Thu, 28 Feb 2019 14:52:30 +0000
(14:52 +0000)
committer
Jérémy Lal
<kapouer@melix.org>
Thu, 28 Feb 2019 14:52:30 +0000
(14:52 +0000)
Gbp-Pq: Name fix_disable_cctest.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7b14310b7301bbb8c373f8fabde916fa8e784a3d..30591f77cdd5632be7b4096b3699196e0af559f2 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