do not build cctest, build broken on debian
authorJérémy Lal <kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000 (10:02 +0100)
committerJérémy Lal <kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000 (10:02 +0100)
Last-Update: 2017-12-18
Forwarded: not yet !

Gbp-Pq: Topic build
Gbp-Pq: Name cctest_disable.patch

Makefile

index 0e5b6d5d1cdf07d4f612a118993cb216c3ae316a..4bd3131f06f358f843c68dfca6b6482170c56dfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,8 +162,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