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:
James Patrick 2019-05-16 20:13:40 -04:00
parent e904a03948
commit cc1893d6b5

View File

@ -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