(file) Return to make_basic.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_basic.mk between version 1.29 and 1.30

version 1.29, 2008/10/16 21:50:49 version 1.30, 2008/10/16 22:08:04
Line 18  endif
Line 18  endif
  
 # Check for debug vs. release build - release is default. # Check for debug vs. release build - release is default.
 #  To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR #  To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR
 #  modify the following line so that DEBUG = 1.  The environment variable takes  #   modify the following line so that DEBUG = 1.  The environment variable takes precedence.
 #  precedence.  DEBUG = 0
 DEBUG = 1  
  
 ifdef JSOC_DEBUG ifdef JSOC_DEBUG
 ifeq ($(JSOC_DEBUG), 1) ifeq ($(JSOC_DEBUG), 1)


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

Karen Tian
Powered by
ViewCVS 0.9.4