Skip to content

Commit

Permalink
Merge 300fc84 into 87e38b3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed May 12, 2021
2 parents 87e38b3 + 300fc84 commit 5d6a6e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions py/mkenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,14 @@ ifeq ("$(origin V)", "command line")
BUILD_VERBOSE=$(V)
endif
ifndef BUILD_VERBOSE
$(info Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.)
BUILD_VERBOSE = 0
endif
ifeq ($(BUILD_VERBOSE),0)
Q = @
else
Q =
endif
# Since this is a new feature, advertise it
ifeq ($(BUILD_VERBOSE),0)
$(info Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.)
endif

# default settings; can be overridden in main Makefile

Expand Down

0 comments on commit 5d6a6e4

Please sign in to comment.