Add -s flag to nested make calls
This commit is contained in:
parent
05107858aa
commit
3d8887c6ac
4
Makefile
4
Makefile
@ -3,9 +3,9 @@ HOST_ENV=${OS}-$(shell uname -m)
|
||||
DEVENV=devenv$(shell pwd | sed 's/\//-/g')
|
||||
DEVENV_IMAGE=nostalgia-devenv
|
||||
ifneq ($(shell which gmake),)
|
||||
MAKE=gmake
|
||||
MAKE=gmake -s
|
||||
else
|
||||
MAKE=make
|
||||
MAKE=make -s
|
||||
endif
|
||||
ifneq ($(shell which docker),)
|
||||
ifeq ($(shell docker inspect --format="{{.State.Status}}" ${DEVENV} 2>&1),running)
|
||||
|
Loading…
Reference in New Issue
Block a user