We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491c3c8 commit fa91b18Copy full SHA for fa91b18
Makefile
@@ -197,7 +197,7 @@ docclean:
197
RAWVER=$(shell $(PYTHON) tools/getnodeversion.py)
198
VERSION=v$(RAWVER)
199
FULLVERSION=$(VERSION)
200
-RELEASE=($shell sed -ne 's/#define NODE_VERSION_IS_RELEASE \([01]\)/\1/p' src/node_version.h)
+RELEASE=$(shell sed -ne 's/#define NODE_VERSION_IS_RELEASE \([01]\)/\1/p' src/node_version.h)
201
PLATFORM=$(shell uname | tr '[:upper:]' '[:lower:]')
202
NPMVERSION=v$(shell cat deps/npm/package.json | grep '"version"' | sed 's/^[^:]*: "\([^"]*\)",.*/\1/')
203
ifeq ($(findstring x86_64,$(shell uname -m)),x86_64)
0 commit comments