IOCS_APPL_TOP must be absolute path

Fix a recently introduced problem where cdCommands and envParams
had TOP as a relative path (which actually worked by chance).
Also fixed a problem with convertRelease hanging when the -t
argument matched the absolute path to TOP.
This commit is contained in:
Andrew Johnson
2013-07-10 14:13:31 -05:00
parent 98deef5004
commit 75a5f19d2e
5 changed files with 20 additions and 19 deletions

View File

@ -79,8 +79,8 @@ INSTALL_JAVA = $(INSTALL_LOCATION)/javalib
# Directory for OS independant build created files
COMMON_DIR = ../O.Common
# The IOC's path to $(TOP), may be overridden inside the application
IOCS_APPL_TOP = $(INSTALL_LOCATION)
# IOC's absolute path to $(TOP), may be overridden inside the application
IOCS_APPL_TOP = $(shell $(FULLPATHNAME) $(INSTALL_LOCATION))
#-------------------------------------------------------
# Make echo output - suppress echoing if make's '-s' flag is set