diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 20:13:17 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 20:13:17 +0000 |
commit | 85f4212b4a11d644928e2db8f32aa31bf05c3ab9 (patch) | |
tree | a1fd86f2a60af695c61be50dda1e06eead576cd5 /chapter05 | |
parent | 43b794ea974845773bbeaca0e7e8a5416e0af126 (diff) |
ch5 mawk explanation added
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/mawk-exp.xml | 10 | ||||
-rw-r--r-- | chapter05/mawk.xml | 1 |
2 files changed, 11 insertions, 0 deletions
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 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>sed ... Makefile | make -f ... </userinput> 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.</para> + +</sect2> + 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;</screen> &c5-mawk-inst; +&c5-mawk-exp; &aa-mawk-desc; </sect1> |