From: Jérémy Lal Date: Fri, 6 Jan 2023 20:15:20 +0000 (+0000) Subject: do not build cctest, build broken on debian X-Git-Tag: archive/raspbian/18.13.0+dfsg-1+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=107db5f6d6fc9b6c8947cecbad794e06b1d6ccd3;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 05fdc1509..789d2dcee 100644 --- a/Makefile +++ b/Makefile @@ -184,8 +184,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