From 2799f1cf3f178046af958df281a76d32beffd77e Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Thu, 26 Feb 2015 13:26:56 -0600 Subject: [PATCH] Fixed incorrect comment lines --- configure/CONFIG_ADDONS | 1 - configure/os/CONFIG.Common.RTEMS-mvme2100 | 2 +- configure/os/CONFIG.Common.win32-x86-cygwin | 2 +- configure/os/CONFIG.solaris-sparc64.Common | 2 +- configure/os/CONFIG.solaris-sparc64.solaris-sparc64 | 2 +- configure/os/CONFIG.solarisCommon.solarisCommon | 4 ++-- configure/os/CONFIG.win32-x86-mingw.Common | 2 +- configure/os/CONFIG.win32-x86.windows-x64 | 2 +- configure/os/CONFIG_SITE.Common.win32-x86-cygwin | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/configure/CONFIG_ADDONS b/configure/CONFIG_ADDONS index 86813964e..61ce7d380 100644 --- a/configure/CONFIG_ADDONS +++ b/configure/CONFIG_ADDONS @@ -26,7 +26,6 @@ # USR_CFLAGS C flags # USR_CXXFLAGS C++ flags # USR_CPPFLAGS c preprocesser flags -# INC include-files to install # SRCS source files for building libraries and prods # USR_SRCS source files for building libraries and prods # PROD_SRCS source files for building prods diff --git a/configure/os/CONFIG.Common.RTEMS-mvme2100 b/configure/os/CONFIG.Common.RTEMS-mvme2100 index 9f7eeefca..aac3650fd 100644 --- a/configure/os/CONFIG.Common.RTEMS-mvme2100 +++ b/configure/os/CONFIG.Common.RTEMS-mvme2100 @@ -1,5 +1,5 @@ # -# CONFIG.Common.RTEMS-mvme3100 +# CONFIG.Common.RTEMS-mvme2100 # $Revision-Id$ # Author: W. Eric Norum # diff --git a/configure/os/CONFIG.Common.win32-x86-cygwin b/configure/os/CONFIG.Common.win32-x86-cygwin index 4994ea682..5e63bf399 100644 --- a/configure/os/CONFIG.Common.win32-x86-cygwin +++ b/configure/os/CONFIG.Common.win32-x86-cygwin @@ -4,7 +4,7 @@ # This file is maintained by the build community. # # Definitions for cygwin-x86 target builds -# Sites may override these definitions in CONFIG_SITE.Common.cygwin-x86 +# Sites may override these definitions in CONFIG_SITE.Common.win32-x86-cygwin #------------------------------------------------------- # Include definitions common to all Unix targets diff --git a/configure/os/CONFIG.solaris-sparc64.Common b/configure/os/CONFIG.solaris-sparc64.Common index b153adcf0..e62d51750 100644 --- a/configure/os/CONFIG.solaris-sparc64.Common +++ b/configure/os/CONFIG.solaris-sparc64.Common @@ -3,7 +3,7 @@ # $Revision-Id$ # This file is maintained by the build community. # -# Definitions for solaris-sparc Sun compiler host builds +# Definitions for solaris-sparc64 Sun compiler host builds # Sites may override these definitions in CONFIG_SITE.solaris-sparc64.Common #------------------------------------------------------- diff --git a/configure/os/CONFIG.solaris-sparc64.solaris-sparc64 b/configure/os/CONFIG.solaris-sparc64.solaris-sparc64 index fd44a4f84..451ecde08 100644 --- a/configure/os/CONFIG.solaris-sparc64.solaris-sparc64 +++ b/configure/os/CONFIG.solaris-sparc64.solaris-sparc64 @@ -3,7 +3,7 @@ # $Revision-Id$ # This file is maintained by the build community. # -# Definitions for solaris-sparc Sun compiler host - solaris-sparc Sun compiler target builds +# Definitions for solaris-sparc64 compiler host - solaris-sparc64 compiler target builds # Sites may override these definitions in CONFIG_SITE.solaris-sparc64.solaris-sparc64 #------------------------------------------------------- diff --git a/configure/os/CONFIG.solarisCommon.solarisCommon b/configure/os/CONFIG.solarisCommon.solarisCommon index 027124654..21c90f32c 100644 --- a/configure/os/CONFIG.solarisCommon.solarisCommon +++ b/configure/os/CONFIG.solarisCommon.solarisCommon @@ -3,8 +3,8 @@ # $Revision-Id$ # This file is maintained by the build community. # -# Definitions for solaris-sparc host - solaris-sparc target build -# Sites may override these definitions in CONFIG_SITE.solaris-sparc.solaris-sparc +# Definitions for solaris host - solaris target build +# Sites may override these definitions in CONFIG_SITE.solarisCommon.solarisCommon #------------------------------------------------------- GNU = NO diff --git a/configure/os/CONFIG.win32-x86-mingw.Common b/configure/os/CONFIG.win32-x86-mingw.Common index 40310fddb..e8698832c 100644 --- a/configure/os/CONFIG.win32-x86-mingw.Common +++ b/configure/os/CONFIG.win32-x86-mingw.Common @@ -4,7 +4,7 @@ # This file is maintained by the build community. # # Definitions for win32-x86-cygwin host archs -# Sites may override these definitions in CONFIG_SITE.win32-x86-cygwin.Common +# Sites may override these definitions in CONFIG_SITE.win32-x86-mingw.Common #------------------------------------------------------- #Include definitions common to unix hosts diff --git a/configure/os/CONFIG.win32-x86.windows-x64 b/configure/os/CONFIG.win32-x86.windows-x64 index 8c51ef704..ff12735f9 100644 --- a/configure/os/CONFIG.win32-x86.windows-x64 +++ b/configure/os/CONFIG.win32-x86.windows-x64 @@ -13,7 +13,7 @@ ARCH_DEP_CPPFLAGS += /favor:blend #ARCH_DEP_CPPFLAGS += /Wp64 -# /favor:blend both AMD64 and INTEL64 +# /favor:blend both AMD64 and INTEL64 This is the default # /favor:AMD64 # /favor:INTEL64 (new value) # /favor:EN64T (old value) diff --git a/configure/os/CONFIG_SITE.Common.win32-x86-cygwin b/configure/os/CONFIG_SITE.Common.win32-x86-cygwin index 206ab48c7..766a5dc31 100644 --- a/configure/os/CONFIG_SITE.Common.win32-x86-cygwin +++ b/configure/os/CONFIG_SITE.Common.win32-x86-cygwin @@ -2,6 +2,6 @@ # # $Revision-Id$ # -# Site Specific definitions for cygwin-x86 target +# Site Specific definitions for win32-x86-cygwin target # Only the local epics system manager should modify this file