From a5bf7d8c54c555a250802b7c3838689398bf8704 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 17 Aug 2001 11:41:37 +0000 Subject: changed static explanation git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/mawk-exp.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chapter05') diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml index 406353529..33a1ccd5a 100644 --- a/chapter05/mawk-exp.xml +++ b/chapter05/mawk-exp.xml @@ -1,10 +1,8 @@ Command explanations -sed ... Makefile | make -f ... This -construct is used to make mawk accept the LDFLAGS variable which we then -pass to it as part of the make command. This is used to build mawk -statically. +make CC="gcc -static" This +is used to build mawk statically. -- cgit v1.2.3-54-g00ecf