Base does not need to execute convertRelease.pl

This commit is contained in:
Janet B. Anderson
2008-08-29 21:07:04 +00:00
parent f30b6ac32e
commit 5e9b59707c
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -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
#---------------------------------------------------------------