소스 검색

changed static explanation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 년 전
부모
커밋
a5bf7d8c54
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      chapter05/mawk-exp.xml

+ 2 - 4
chapter05/mawk-exp.xml

@@ -1,10 +1,8 @@
 <sect2>
 <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>