build: initialize variable before use
found with make --warn-undefined-variables PR-URL: https://github.com/iojs/io.js/pull/320 Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
17217c3725
commit
5ea716d895
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ NODE_G_EXE = iojs_g$(EXEEXT)
|
|||||||
# or set the V environment variable to an empty string.
|
# or set the V environment variable to an empty string.
|
||||||
V ?= 1
|
V ?= 1
|
||||||
|
|
||||||
|
USE_NINJA ?= 0
|
||||||
ifeq ($(USE_NINJA),1)
|
ifeq ($(USE_NINJA),1)
|
||||||
ifneq ($(V),)
|
ifneq ($(V),)
|
||||||
NINJA := $(NINJA) -v
|
NINJA := $(NINJA) -v
|
||||||
|
Loading…
x
Reference in New Issue
Block a user