From: Jérémy Lal Date: Thu, 29 Aug 2024 08:25:23 +0000 (+0200) Subject: do not build cctest, build broken on debian X-Git-Tag: archive/raspbian/20.17.0+dfsg-2+rpi1^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2275fe1cec98293d7a17335f888e6e75cee14d9e;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 fa917055d..d74e3c6f1 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