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