diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-26 17:43:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-26 17:43:43 +0000 |
commit | dfdc93a055c8644b5267b80167997c6418631fb0 (patch) | |
tree | 08219d320ca8956653dd1517129f6db169044c5f /chapter06/make.xml | |
parent | d163adadb9e30d1f68e73c6636c4e7b21847af3b (diff) |
Apply upstream patches to make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 791908683..2faaa177a 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Make</title> + <para>First apply some upstream patches:</para> + +<screen><userinput remap="configure">patch -Np1 -i ../&make-fixes-patch;</userinput></screen> + <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |