diff options
Diffstat (limited to 'documentation/migration-guides/migration-4.1.rst')
-rw-r--r-- | documentation/migration-guides/migration-4.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-4.1.rst b/documentation/migration-guides/migration-4.1.rst index 14263f70c7..8b9db40ddc 100644 --- a/documentation/migration-guides/migration-4.1.rst +++ b/documentation/migration-guides/migration-4.1.rst | |||
@@ -16,10 +16,10 @@ make 4.0 is now the minimum required make version | |||
16 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 16 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
17 | 17 | ||
18 | glibc now requires ``make`` 4.0 to build, thus it is now the version required to | 18 | glibc now requires ``make`` 4.0 to build, thus it is now the version required to |
19 | be installed on the build host. A new ``buildtools-make-tarball`` has been | 19 | be installed on the build host. A new :term:`buildtools-make` tarball has been |
20 | introduced to provide just make 4.0 for host distros without a current/working | 20 | introduced to provide just make 4.0 for host distros without a current/working |
21 | make 4.x version; if you also need other tools you can use the updated | 21 | make 4.x version; if you also need other tools you can use the updated |
22 | ``buildtools-tarball``. For more information see | 22 | :term:`buildtools` tarball. For more information see |
23 | :ref:`ref-manual/system-requirements:required packages for the build host`. | 23 | :ref:`ref-manual/system-requirements:required packages for the build host`. |
24 | 24 | ||
25 | 25 | ||