|
@@ -1,10 +1,8 @@
|
|
<sect2>
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
<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>
|
|
|
|
|
|
+<para><userinput>make CC="gcc -static"</userinput> This
|
|
|
|
+is used to build mawk statically.</para>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|