From: Jérémy Lal Date: Wed, 20 Dec 2023 17:07:36 +0000 (+0100) Subject: do not build cctest, build broken on debian X-Git-Tag: archive/raspbian/18.19.0+dfsg-6_deb12u1+rpi1^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0487174dadc111ccdc632b2cb2c70abcef50efe;p=nodejs.git 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 --- diff --git a/Makefile b/Makefile index 4038dce1b..0a90db7d7 100644 --- 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 $@ '$(DESTDIR)' '$(PREFIX)' .PHONY: uninstall