mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Minor whitespace cleanup
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
da0e16c206
commit
a45161331b
1 changed files with 4 additions and 4 deletions
|
@ -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} \
|
||||||
|
|
Loading…
Reference in a new issue