From 323252bf26bf4aff0427252fde9e18f6a8f09e80 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 15 Aug 2003 22:38:17 +0000 Subject: added more text in chapter 5, from Make to Texinfo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/patch-inst.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'chapter05/patch-inst.xml') diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml index ba9302d2e..bdc9f9fb8 100644 --- a/chapter05/patch-inst.xml +++ b/chapter05/patch-inst.xml @@ -3,10 +3,20 @@ Installation of Patch -CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1 -make -make install +Prepare Patch to be compiled: +CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1 + +The preprocessor flag -D_GNU_SOURCE is only needed +on the PowerPC platform. On other architectures you can leave it out. + +Compile the program: + +make + +Then install it and its documentation: + +make install -- cgit v1.2.3-54-g00ecf