mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
- set and export VERBOSE if V= was requested
This commit is contained in:
parent
51a61c9011
commit
1669b6ed83
5
Makefile
5
Makefile
@ -64,6 +64,9 @@ endif
|
|||||||
ifeq ($(KBUILD_VERBOSE),1)
|
ifeq ($(KBUILD_VERBOSE),1)
|
||||||
quiet=
|
quiet=
|
||||||
Q=
|
Q=
|
||||||
|
ifndef VERBOSE
|
||||||
|
VERBOSE=1
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
quiet=quiet_
|
quiet=quiet_
|
||||||
Q=@
|
Q=@
|
||||||
@ -73,7 +76,7 @@ CONFIG_SHELL:=$(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|
|||||||
else if [ -x /bin/bash ]; then echo /bin/bash; \
|
else if [ -x /bin/bash ]; then echo /bin/bash; \
|
||||||
else echo sh; fi; fi)
|
else echo sh; fi; fi)
|
||||||
|
|
||||||
export CONFIG_SHELL quiet Q KBUILD_VERBOSE
|
export CONFIG_SHELL quiet Q KBUILD_VERBOSE VERBOSE
|
||||||
|
|
||||||
ifndef HOSTAR
|
ifndef HOSTAR
|
||||||
HOSTAR:=ar
|
HOSTAR:=ar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user