From f94ced06d270c666ff96629d8e0737fcd33572f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Mon, 18 Jul 2022 11:57:22 +0800 Subject: [PATCH] do not build cctest, build broken on debian Last-Update: 2017-12-18 Forwarded: not yet ! Gbp-Pq: Name fix_disable_cctest.patch --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0f44239..0522dcfa 100644 --- 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