Added SSH awareness.
This should be used with ``` ifndef IS_SSH ``` I will try and move IS_MAC and IS_LINUX to work with this as well. Issue I'm having is or statements.
This commit is contained in:
parent
e904a03948
commit
cc1893d6b5
|
@ -27,6 +27,8 @@ endif
|
||||||
IS_MAC?=false
|
IS_MAC?=false
|
||||||
IS_LINUX?=false
|
IS_LINUX?=false
|
||||||
|
|
||||||
|
IS_SSH=${SSH_TTY}
|
||||||
|
|
||||||
# TURN THIS OFF FOR DEBUGGING
|
# TURN THIS OFF FOR DEBUGGING
|
||||||
MAKEFLAGS += --silent
|
MAKEFLAGS += --silent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user