do not build cctest, build broken on debian
authorJérémy Lal <kapouer@melix.org>
Wed, 22 Jul 2020 08:36:58 +0000 (09:36 +0100)
committerJérémy Lal <kapouer@melix.org>
Wed, 22 Jul 2020 08:36:58 +0000 (09:36 +0100)
Last-Update: 2017-12-18
Forwarded: not yet !

Gbp-Pq: Name fix_disable_cctest.patch

Makefile

index ae98cabe8b2e3908e43d470fe7ba744168a33fe5..05ec9c03e38cafe45f61e20e65559cfd72ab6e34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -156,8 +156,12 @@ config.gypi: configure configure.py src/node_version.h
                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