mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: fix RELEASE check
fixes broken 1.7.0 build, unreviewed quick patch Ref: https://github.com/iojs/io.js/pull/1405 PR-URL: https://github.com/iojs/io.js/pull/1421
This commit is contained in:
2
Makefile
2
Makefile
@@ -197,7 +197,7 @@ docclean:
|
||||
RAWVER=$(shell $(PYTHON) tools/getnodeversion.py)
|
||||
VERSION=v$(RAWVER)
|
||||
FULLVERSION=$(VERSION)
|
||||
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)
|
||||
PLATFORM=$(shell uname | tr '[:upper:]' '[:lower:]')
|
||||
NPMVERSION=v$(shell cat deps/npm/package.json | grep '"version"' | sed 's/^[^:]*: "\([^"]*\)",.*/\1/')
|
||||
ifeq ($(findstring x86_64,$(shell uname -m)),x86_64)
|
||||
|
||||
Reference in New Issue
Block a user