fix_disable_cctest
authorDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Thu, 31 Jan 2019 14:17:56 +0000 (14:17 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 31 Jan 2019 14:17:56 +0000 (14:17 +0000)
Gbp-Pq: Name fix_disable_cctest.patch

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