make/Defs-internal.gmk

changeset 191
47f6b7db1882
parent 182
412712f77af6
child 280
024a6755895b
equal deleted inserted replaced
186:5bbc7438b333 191:47f6b7db1882
50 x:=$(error "OPENJDK (if defined) can only be set to true") 50 x:=$(error "OPENJDK (if defined) can only be set to true")
51 endif 51 endif
52 endif 52 endif
53 53
54 # Define absolute paths to TOPDIRs 54 # Define absolute paths to TOPDIRs
55 ABS_CONTROL_TOPDIR:=$(call OptFullPath,"$(CONTROL_TOPDIR)")
56 ABS_LANGTOOLS_TOPDIR:=$(call OptFullPath,"$(LANGTOOLS_TOPDIR)") 55 ABS_LANGTOOLS_TOPDIR:=$(call OptFullPath,"$(LANGTOOLS_TOPDIR)")
57 ABS_CORBA_TOPDIR:=$(call OptFullPath,"$(CORBA_TOPDIR)") 56 ABS_CORBA_TOPDIR:=$(call OptFullPath,"$(CORBA_TOPDIR)")
58 ABS_JAXP_TOPDIR:=$(call OptFullPath,"$(JAXP_TOPDIR)") 57 ABS_JAXP_TOPDIR:=$(call OptFullPath,"$(JAXP_TOPDIR)")
59 ABS_JAXWS_TOPDIR:=$(call OptFullPath,"$(JAXWS_TOPDIR)") 58 ABS_JAXWS_TOPDIR:=$(call OptFullPath,"$(JAXWS_TOPDIR)")
60 ABS_JDK_TOPDIR:=$(call OptFullPath,"$(JDK_TOPDIR)") 59 ABS_JDK_TOPDIR:=$(call OptFullPath,"$(JDK_TOPDIR)")

mercurial