do not build cctest, build broken on debian
authorJérémy Lal <kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000 (13:09 +0100)
committerJérémy Lal <kapouer@melix.org>
Sat, 8 Aug 2020 12:09:43 +0000 (13:09 +0100)
Last-Update: 2017-12-18
Forwarded: not yet !

Gbp-Pq: Name fix_disable_cctest.patch

Makefile

index 42cac34929fc34d7ae6f0d35ef5dd8e69044e81d..011fff06a8009b31e859b4c063903db5afbdee56 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