do not build cctest, build broken on debian
authorJérémy Lal <kapouer@melix.org>
Sat, 18 May 2024 12:26:22 +0000 (14:26 +0200)
committerJérémy Lal <kapouer@melix.org>
Sat, 18 May 2024 12:26:22 +0000 (14:26 +0200)
Last-Update: 2017-12-18
Forwarded: not yet !

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

Makefile

index 475043ceae7eb6b3f7836c1bf8b07949403d12f5..9f34fd3f0370b461009ef1c5c37da98851f1de43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,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 $@ --dest-dir '$(DESTDIR)' --prefix '$(PREFIX)'
 
 .PHONY: uninstall