From 3e801560a71bead93f49fdcc665962563a71d9ea Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 3 Aug 2010 19:55:09 +0000 Subject: Upgrade to Make-3.82. Fixes #2726. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 5 +++++ chapter06/make.xml | 10 ---------- chapter06/procps.xml | 5 +++++ 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0166103bd..c4a124a1e 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -96,6 +96,11 @@ unset DL patch -Np1 -i ../&glibc-gcc_fix-patch; + Fix a bug that prevents Glibc from building with versions of Make + newer than 3.81. + +patch -Np1 -i ../&glibc-makefile_fix-patch; + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: diff --git a/chapter06/make.xml b/chapter06/make.xml index 030297684..791908683 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -40,16 +40,6 @@ Installation of Make - First fix some problems that have been identified since - the last package release: - -patch -Np1 -i ../&make-upstream_fixes-patch; - - Now, fix a known issue with the test suite that causes one of the - tests to fail: - -sed -i -e 's/-j/ -j/' tests/scripts/features/recursion - Prepare Make for compilation: ./configure --prefix=/usr diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 40c73cbf4..0815ae716 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -45,6 +45,11 @@ patch -Np1 -i ../&procps-watch-patch; + Fix a bug in the Makefile, which prevents procps from building with + make-&make-version;: + +sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' Makefile + Compile the package: make -- cgit v1.2.3-54-g00ecf