From: Jérémy Lal Date: Fri, 12 Aug 2022 15:21:50 +0000 (+0100) Subject: do not build cctest, build broken on debian X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1~1^2^2^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23871c26f66f2c12767afc8bc9391f45e0674ad0;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 e0d756fea..cec27ab07 100644 --- 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