Skip to content

Commit

Permalink
build: initialize variable before use
Browse files Browse the repository at this point in the history
found with make --warn-undefined-variables

PR-URL: #320
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
jbergstroem authored and rvagg committed Jan 13, 2015
1 parent 17217c3 commit 5ea716d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ NODE_G_EXE = iojs_g$(EXEEXT)
# or set the V environment variable to an empty string.
V ?= 1

USE_NINJA ?= 0
ifeq ($(USE_NINJA),1)
ifneq ($(V),)
NINJA := $(NINJA) -v
Expand Down

0 comments on commit 5ea716d

Please sign in to comment.