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:
parent
f04c123978
commit
f94ced06d2
6
Makefile
6
Makefile
|
@ -156,8 +156,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
|
||||
|
|
Loading…
Reference in New Issue