diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 2 |
1 files changed, 1 insertions, 1 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> |