Преглед на файлове

'make' does nothing, so going straight to make install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans преди 22 години
родител
ревизия
d774b1c561
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      chapter05/dejagnu-inst.xml

+ 0 - 1
chapter05/dejagnu-inst.xml

@@ -4,7 +4,6 @@
 <title>Installation of DejaGNU</title>
 
 <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
-make LDFLAGS="-s"
 make install</userinput></screen></para>