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

Diff for /JSOC/proj/globalhs/Rules.mk between version 1.15 and 1.16

version 1.15, 2015/05/20 19:17:10 version 1.16, 2016/02/02 03:33:04
Line 65  ifeq ($(GLOBALHSTAGOVERRIDE),)
Line 65  ifeq ($(GLOBALHSTAGOVERRIDE),)
 #    endif #    endif
 #  else #  else
     GHSMODLIST_SOCK := $(GLOBALHSMODLIST:%=%_sock)     GHSMODLIST_SOCK := $(GLOBALHSMODLIST:%=%_sock)
     GHSTARGETLIST   := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST)      GHSTARGETLIST   := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST)
 #   GHSTARGETLIST   := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST)  #   GHSTARGETLIST   := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST)
 # if we added '%' before all the words in GLOBALHSMODLIST, the following would work even if someone specified the full path to the modules. # if we added '%' before all the words in GLOBALHSMODLIST, the following would work even if someone specified the full path to the modules.
 # if we added '%' after, it would also work if someone wanted to compile the .o files. # if we added '%' after, it would also work if someone wanted to compile the .o files.
 # i'm not doing so at this time because inserting literal %'s is too much hassle for functionality we don't even use. # i'm not doing so at this time because inserting literal %'s is too much hassle for functionality we don't even use.


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

Karen Tian
Powered by
ViewCVS 0.9.4