]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools:replaces the two offending quotes by ascii quotes
authorFan, Zhiju <zhijux.fan@intel.com>
Tue, 17 Dec 2019 05:51:51 +0000 (13:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 18 Dec 2019 01:57:24 +0000 (01:57 +0000)
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2423

That commit 13c5e34a1b introduces the first two UTF-8
characters (the quote ') in an otherwise all-ascii file.

In Conf\tools_def.template
There is tow lines of
  Notes: Since this tool chain is obsolete, it doesn't enable
  the compiler option for included header file list generation,

we replaces the two offending quotes by proper ascii quotes
The patch is going to fix this issue

Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Conf/tools_def.template

index 41a6ca246e03269ac6cad50f3b887a5a13f83db2..feee2bbf161386d98ac4aee1042800d80b2b76d7 100755 (executable)
@@ -337,7 +337,7 @@ DEFINE DTC_BIN                 = ENV(DTC_PREFIX)dtc
 #                             Required to build platforms or ACPI tables:\r
 #                               Microsoft ASL ACPI Compiler (asl.exe) v4.0.0 from\r
 #                               http://download.microsoft.com/download/2/c/1/2c16c7e0-96c1-40f5-81fc-3e4bf7b65496/microsoft_asl_compiler-v4-0-0.msi\r
-#                        Notes: Since this tool chain is obsolete, it doesnt enable the compiler option for included header file list generation,\r
+#                        Notes: Since this tool chain is obsolete, it doesn't enable the compiler option for included header file list generation,\r
 #                               and lose the incremental build capability.\r
 #   RVCTLINUX   -unix-   Requires:\r
 #                             ARM C/C++ Compiler, 5.00\r
@@ -345,7 +345,7 @@ DEFINE DTC_BIN                 = ENV(DTC_PREFIX)dtc
 #                             Required to build platforms or ACPI tables:\r
 #                               Intel(r) ACPI Compiler from\r
 #                               https://acpica.org/downloads\r
-#                        Notes: Since this tool chain is obsolete, it doesnt enable the compiler option for included header file list generation,\r
+#                        Notes: Since this tool chain is obsolete, it doesn't enable the compiler option for included header file list generation,\r
 #                               and lose the incremental build capability.\r
 # * Commented out - All versions of VS2005 use the same standard install directory\r
 #\r