Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2017 11:30:03 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50388 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting
Message-ID:  <201706201130.v5KBU3l1095490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun 20 11:30:03 2017
New Revision: 50388
URL: https://svnweb.freebsd.org/changeset/doc/50388

Log:
  Improve make makesum section.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Tue Jun 20 11:30:00 2017	(r50387)
+++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml	Tue Jun 20 11:30:03 2017	(r50388)
@@ -229,9 +229,10 @@ lib/X11/oneko/mouse.xpm</programlisting>
   <sect1 xml:id="porting-checksum">
     <title>Creating the Checksum File</title>
 
-    <para>Just type <command>make makesum</command>.  The ports make
-      rules will automatically generate the file
-      <filename>distinfo</filename>.</para>
+    <para>Just type <command>make makesum</command>.  The ports
+      framework will automatically generate
+      <filename>distinfo</filename>.  Do not try to generate the file
+      manually.</para>
   </sect1>
 
   <sect1 xml:id="porting-testing">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706201130.v5KBU3l1095490>