From 4da4a63bdf421baf9d6ed12781516591403794ae Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 7 Jan 2006 22:12:20 +0000 Subject: [PATCH] Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/chapter06.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1369e9996..fc24cf035 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -124,6 +124,10 @@ First a summary, then a detailed log. +January 7, 2006 [ken]: Move mktemp ahead of gcc so that +gccbug will use mktemp. + + January 7, 2006 [ken]: Give Berkeley DB its full name, and remove the '-lpthread' overrides. diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 1fb002d0c..063f1996f 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -21,10 +21,10 @@ + -