ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/Rules.mk
(Generate patch)

Comparing proj/globalhs/Rules.mk (file contents):
Revision 1.15 by tplarson, Wed May 20 19:17:10 2015 UTC vs.
Revision 1.16 by tplarson, Tue Feb 2 03:33:04 2016 UTC

# Line 65 | Line 65 | ifeq ($(GLOBALHSTAGOVERRIDE),)
65   #    endif
66   #  else
67      GHSMODLIST_SOCK := $(GLOBALHSMODLIST:%=%_sock)
68 <    GHSTARGETLIST   := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST)
69 < #   GHSTARGETLIST   := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GHSLIBLIST)
68 >    GHSTARGETLIST   := globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST)
69 > #   GHSTARGETLIST   := all universe targets globalhs $(GLOBALHSMODLIST) $(GHSMODLIST_SOCK) $(GLOBALHSLIBLIST)
70   # if we added '%' before all the words in GLOBALHSMODLIST, the following would work even if someone specified the full path to the modules.
71   # if we added '%' after, it would also work if someone wanted to compile the .o files.
72   # i'm not doing so at this time because inserting literal %'s is too much hassle for functionality we don't even use.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines