diff options
Diffstat (limited to 'chapter05/make-static-inst.sgml')
-rw-r--r-- | chapter05/make-static-inst.sgml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chapter05/make-static-inst.sgml b/chapter05/make-static-inst.sgml deleted file mode 100644 index 74fee7dea..000000000 --- a/chapter05/make-static-inst.sgml +++ /dev/null @@ -1,18 +0,0 @@ -<sect2> -<title>Installation of Make</title> - -<para> -Install Make by running the following commands: -</para> - -<blockquote><literallayout> - - <userinput>./configure --prefix=$LFS/usr - --disable-nls &&</userinput> - <userinput>make LDFLAGS=-static &&</userinput> - <userinput>make install</userinput> - -</literallayout></blockquote> - -</sect2> - |