diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 4808007c71a8e64c0e50945a9e06d213595b52c2..251b9022d285c9afdba6e1133955d495f4016732 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -9,7 +9,7 @@ PVKTL = FALSE #CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 # To install somewhere other than $(TOP) set this: -#INSTALL_LOCATION_APP = <install path> +#INSTALL_LOCATION = <install path> # Use this when your IOC and the host use different paths # to access the application. Typically this will be diff --git a/documentation/Installation.txt b/documentation/Installation.txt index f1612f356ea3a1301eedae9e7242fc942818ebf7..300d762d4068326fe87fb3e2101745cf24db9894 100644 --- a/documentation/Installation.txt +++ b/documentation/Installation.txt @@ -135,10 +135,6 @@ is to use only CA). You can also configure where the re2c tool is installed (the default configuration assumes that it can be found in your ``PATH``). -Note: setting ``INSTALL_LOCATION_APP`` currently does not work. - -.. todo:: fix build with INSTALL_LOCATION set - Your environment should be configured for building EPICS applications. This means that ``EPICS_HOST_ARCH`` and (possibly) ``LD_LIBRARY_PATH`` should be correctly defined. See the `EPICS Application Developer's