Minor whitespace cleanup

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2018-07-27 12:48:09 -04:00
parent da0e16c206
commit a45161331b

View file

@ -300,10 +300,10 @@ git config --unset user.name \
CFLAGS="%{2} -I$(pwd)" \\\ CFLAGS="%{2} -I$(pwd)" \\\
CPPFLAGS="${CPPFLAGS} -I$(pwd)" \\\ CPPFLAGS="${CPPFLAGS} -I$(pwd)" \\\
TARGET_LDFLAGS=-static \\\ TARGET_LDFLAGS=-static \\\
--with-platform=efi \\\ --with-platform=efi \\\
--target=%{1} \\\ --target=%{1} \\\
--with-grubdir=%{name} \\\ --with-grubdir=%{name} \\\
--program-transform-name=s,grub,%{name}, \\\ --program-transform-name=s,grub,%{name}, \\\
--disable-grub-mount \\\ --disable-grub-mount \\\
--disable-werror || ( cat config.log ; exit 1 ) \ --disable-werror || ( cat config.log ; exit 1 ) \
%{nil} %{nil}
@ -381,10 +381,10 @@ cd grub-%{1}-%{tarversion} \
%{cc_equals} \\\ %{cc_equals} \\\
CFLAGS="%{legacy_cflags} -I$(pwd)" \\\ CFLAGS="%{legacy_cflags} -I$(pwd)" \\\
TARGET_LDFLAGS=-static \\\ TARGET_LDFLAGS=-static \\\
--with-platform=%{platform} \\\ --with-platform=%{platform} \\\
--target=%{_target_platform} \\\ --target=%{_target_platform} \\\
--with-grubdir=%{name} \\\ --with-grubdir=%{name} \\\
--program-transform-name=s,grub,%{name}, \\\ --program-transform-name=s,grub,%{name}, \\\
--disable-grub-mount \\\ --disable-grub-mount \\\
--disable-werror || ( cat config.log ; exit 1 ) \ --disable-werror || ( cat config.log ; exit 1 ) \
make %{?_smp_mflags} \ make %{?_smp_mflags} \