do not build cctest, build broken on debian

Last-Update: 2017-12-18
Forwarded: not yet !

Gbp-Pq: Name fix_disable_cctest.patch
This commit is contained in:
Jérémy Lal 2022-08-16 11:14:23 +08:00 committed by Lu zhiping
parent df61a15dc8
commit 167a39ad61
1 changed files with 5 additions and 1 deletions

View File

@ -156,8 +156,12 @@ config.gypi: configure configure.py src/node_version.h
exit 1; \ exit 1; \
fi fi
build:
$(MAKE) $(PARALLEL_ARGS) -C out $(NODE_EXE) BUILDTYPE=$(BUILDTYPE) V=$(V)
ln -sf out/$(BUILDTYPE)/node .
.PHONY: install .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)' $(PYTHON) tools/install.py $@ '$(DESTDIR)' '$(PREFIX)'
.PHONY: uninstall .PHONY: uninstall