Przeglądaj źródła

make check doesn't do anything

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 lat temu
rodzic
commit
c6ec995e9b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      chapter05/patch-inst.xml

+ 0 - 1
chapter05/patch-inst.xml

@@ -6,7 +6,6 @@
 <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE CFLAGS="-O2 -pipe" \
 &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=/stage1
 make LDFLAGS="-s"
-make check
 make install</userinput></screen></para>