diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 2 | ||||
-rw-r--r-- | chapter06/grub.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 9f11bacee..521eb659a 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -108,7 +108,7 @@ cd ../binutils-build</userinput></screen> <para>Test the results:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -j check || true</userinput></screen> <para>Install the package:</para> diff --git a/chapter06/grub.xml b/chapter06/grub.xml index 6544a5217..dcea697d6 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -46,7 +46,8 @@ --sysconfdir=/etc \ --disable-grub-emu-usb \ --disable-grub-fstest \ - --disable-efiemu</userinput></screen> + --disable-efiemu \ + --disable-werror</userinput></screen> <para>The --disable switches minimize what is built by disabling features and testing programs not really needed for LFS.</para> |