]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: split long line into multiple short lines.
authorBob Feng <bob.c.feng@intel.com>
Tue, 30 Apr 2019 11:06:29 +0000 (19:06 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 1 May 2019 02:21:48 +0000 (10:21 +0800)
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1764

To be easy to review in future, split the long line into
multiple shorter lines.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
BaseTools/Source/C/Makefiles/header.makefile

index 90fb3453ad467ae6d6408bdcbaf50cf9ea3e1ef5..c2397b796c9a84af321bd51f4b9af234dd8e8d2c 100644 (file)
@@ -68,9 +68,12 @@ BUILD_OPTFLAGS = -O2 $(EXTRA_OPTFLAGS)
 \r
 ifeq ($(DARWIN),Darwin)\r
 # assume clang or clang compatible flags on OS X\r
-BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g\r
+BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \\r
+-Wno-deprecated-declarations -Wno-self-assign -Wno-unused-result -nostdlib -g\r
 else\r
-BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g\r
+BUILD_CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \\r
+-Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \\r
+-Wno-unused-result -nostdlib -g\r
 endif\r
 BUILD_LFLAGS =\r
 BUILD_CXXFLAGS = -Wno-unused-result\r