From 85f4212b4a11d644928e2db8f32aa31bf05c3ab9 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 8 Aug 2001 20:13:17 +0000 Subject: ch5 mawk explanation added git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/mawk-exp.xml | 10 ++++++++++ chapter05/mawk.xml | 1 + 2 files changed, 11 insertions(+) create mode 100644 chapter05/mawk-exp.xml (limited to 'chapter05') diff --git a/chapter05/mawk-exp.xml b/chapter05/mawk-exp.xml new file mode 100644 index 000000000..406353529 --- /dev/null +++ b/chapter05/mawk-exp.xml @@ -0,0 +1,10 @@ + +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. + + + diff --git a/chapter05/mawk.xml b/chapter05/mawk.xml index fb13668fc..0a8197b0f 100644 --- a/chapter05/mawk.xml +++ b/chapter05/mawk.xml @@ -5,6 +5,7 @@ Estimated disk space required: &mawk-compsize-static; &c5-mawk-inst; +&c5-mawk-exp; &aa-mawk-desc; -- cgit v1.2.3-54-g00ecf