aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-07 12:40:15 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-07 12:40:15 +0000
commit6b5bb8493c1b140c5dd1f422ff9633d41516e3a5 (patch)
treea8357084e02667ac020f10e8c8ceecd44ad96545
parentdad161331c4c5518912aad6c62634563830564ae (diff)
Added bin86-exp.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bin86-exp.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/bin86-exp.xml b/chapter06/bin86-exp.xml
new file mode 100644
index 000000000..dd15f0f88
--- /dev/null
+++ b/chapter06/bin86-exp.xml
@@ -0,0 +1,13 @@
+<sect2>
+<title>Command explanations</title>
+
+<para>
+<userinput>make INSTALL_OPTS="-m 755"...</userinput>: The Makefile
+declares INSTALL_OPTS="-m 755 -s". The -s parameter causes the install
+program to invoke the strip program to strip debug symbols from the
+program. This doesn't work properly because a few files aren't
+programs, but shell scripts. The strip program errors on those.
+</para>
+
+</sect2>
+