bin86-exp.xml 402 B

1234567891011
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>make INSTALL_OPTS="-m 755"...</userinput>: The Makefile
  4. declares INSTALL_OPTS="-m 755 -s". The -s parameter causes the install
  5. program to invoke the strip program to strip debug symbols from the
  6. program. This doesn't work properly because a few files aren't
  7. programs, but shell scripts. The strip program errors on those.</para>
  8. </sect2>