diff options
Diffstat (limited to 'chapter05/mawk-inst.xml')
-rw-r--r-- | chapter05/mawk-inst.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter05/mawk-inst.xml b/chapter05/mawk-inst.xml deleted file mode 100644 index 030c4b9fc..000000000 --- a/chapter05/mawk-inst.xml +++ /dev/null @@ -1,12 +0,0 @@ -<sect2> -<title>Installation of Mawk</title> - -<para>Install Mawk by running the following commands:</para> - -<para><screen><userinput>./configure && -make CC="gcc -static" && -make BINDIR=$LFS/usr/bin \ - MANDIR=$LFS/usr/share/man/man1 install</userinput></screen></para> - -</sect2> - |