Base does not need to execute convertRelease.pl
This commit is contained in:
@@ -63,7 +63,7 @@ DBEXPAND = $(call PATH_FILTER, $(TOOLS)/dbExpand$(HOSTEXE))
|
||||
DBTORECORDTYPEH = $(call PATH_FILTER, $(TOOLS)/dbToRecordtypeH$(HOSTEXE))
|
||||
DBTOMENUH = $(call PATH_FILTER, $(TOOLS)/dbToMenuH$(HOSTEXE))
|
||||
REGISTERRECORDDEVICEDRIVER = $(PERL) $(TOOLS)/registerRecordDeviceDriver.pl
|
||||
CONVERTRELEASE=$(PERL) $(firstword $(wildcard $(TOOLS)/convertRelease.pl $(TOP)/src/tools/convertRelease.pl))
|
||||
CONVERTRELEASE=$(PERL) $(TOOLS)/convertRelease.pl
|
||||
|
||||
#-------------------------------------------------------
|
||||
# tools for installing libraries and products
|
||||
|
||||
@@ -24,6 +24,8 @@ ifneq ($(wildcard $(RULES_TOP)/cfg/RULES*),)
|
||||
endif
|
||||
-include $(wildcard $(CONFIG)/RULES_OCTAVE)
|
||||
|
||||
|
||||
ifneq ($(CONFIG),$(TOP)/configure)
|
||||
RELEASE_TOPS = $(shell $(CONVERTRELEASE) -T $(TOP) releaseTops )
|
||||
|
||||
# Include RULES* files from tops defined in RELEASE* files
|
||||
@@ -37,6 +39,7 @@ define TOP_RULES_template
|
||||
endef
|
||||
$(foreach top, $(RELEASE_TOPS), $(eval $(call TOP_RULES_template,$(top)) ))
|
||||
endif
|
||||
endif
|
||||
include $(CONFIG)/RULES_FILE_TYPE
|
||||
#---------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user