From adaaa2e2a8894c1b11fbcb21c6c47ffea8fe5f1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Fri, 8 Nov 2024 20:05:21 +0100 Subject: [PATCH] do not build cctest, build broken on debian Last-Update: 2017-12-18 Forwarded: not yet ! Gbp-Pq: Topic build Gbp-Pq: Name cctest_disable.patch --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 770ce80e6..33d4aae54 100644 --- a/Makefile +++ b/Makefile @@ -189,8 +189,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 -- 2.30.2