mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Makefile: be more quiet when make -s is used
Somehow got lost in the recent reorganisation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
72a119c84b
commit
89464a9601
3
Makefile
3
Makefile
@ -202,6 +202,9 @@ BASE_TARGETS:=uclibc
|
|||||||
endif
|
endif
|
||||||
TARGETS:=
|
TARGETS:=
|
||||||
|
|
||||||
|
# silent mode requested?
|
||||||
|
QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q)
|
||||||
|
|
||||||
# Strip off the annoying quoting
|
# Strip off the annoying quoting
|
||||||
ARCH:=$(call qstrip,$(BR2_ARCH))
|
ARCH:=$(call qstrip,$(BR2_ARCH))
|
||||||
ifeq ($(ARCH),xtensa)
|
ifeq ($(ARCH),xtensa)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user