(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.2 and 1.3

version 1.2, 2013/04/28 07:43:16 version 1.3, 2013/04/29 19:39:04
Line 4  sp := $(sp).x
Line 4  sp := $(sp).x
 dirstack_$(sp)  := $(d) dirstack_$(sp)  := $(d)
 d               := $(dir) d               := $(dir)
  
 GLOBALHS_TAG := $(shell $(SRCDIR)/proj/globalhs/scripts/checkglobalhstags $(GLOBALHSTAGOVERRIDE))  GLOBALHS_TAG := $(shell $(SRCDIR)/proj/globalhs/scripts/checkglobalhstags $(SRCDIR) $(GLOBALHSTAGOVERRIDE))
 TAGCHECK := $(findstring globalhs,$(GLOBALHS_TAG)) TAGCHECK := $(findstring globalhs,$(GLOBALHS_TAG))
 ifeq ($(TAGCHECK),) ifeq ($(TAGCHECK),)
 $(warning WARNING: proj/globalhs is not tagged consistently. a build of any target in proj/globalhs will fail. output of script checkglobalhstags is "$(GLOBALHS_TAG)") $(warning WARNING: proj/globalhs is not tagged consistently. a build of any target in proj/globalhs will fail. output of script checkglobalhstags is "$(GLOBALHS_TAG)")


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Karen Tian
Powered by
ViewCVS 0.9.4