From: Jérémy Lal Date: Sun, 2 Feb 2025 00:03:59 +0000 (+0100) Subject: do not build cctest, build broken on debian X-Git-Tag: archive/raspbian/20.18.3+dfsg-1+rpi1^2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=09c0fe80c64a4d3f957edc800964855d25d4678c;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 8e098207f..50421c5e0 100644 --- a/Makefile +++ b/Makefile @@ -187,8 +187,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