8ba547a2a42aa8d00d6cdf52f8d5fff5bff68b3a
galt
  Mon Apr 23 17:20:34 2018 -0700
allow error-handling (stop on error) for cirm-01. make will behave more reliably with warnings and errors.

diff --git src/inc/common.mk src/inc/common.mk
index 507b827..2ddd9dd 100644
--- src/inc/common.mk
+++ src/inc/common.mk
@@ -22,30 +22,34 @@
 # to check for Mac OSX Darwin specifics:
 UNAME_S := $(shell uname -s)
 # to check for builds on hgwdev
 HOSTNAME = $(shell uname -n)
 
 ifeq (${HOSTNAME},hgwdev)
   IS_HGWDEV = yes
 else
   IS_HGWDEV = no
 endif
 
 ifeq (${IS_HGWDEV},yes)
   FULLWARN = yes
 endif
 
+ifeq (${HOSTNAME},cirm-01)
+  FULLWARN = yes
+endif
+
 ifeq (${PTHREADLIB},)
   PTHREADLIB=-lpthread
 endif
 
 # pthreads is required
 ifneq ($(UNAME_S),Darwin)
   L+=${PTHREADLIB}
 endif
 
 # autodetect if openssl is installed
 ifeq (${SSLDIR},)
   SSLDIR = /usr/include/openssl
 endif
 
 # autodetect UCSC installation of hal: