PERFORCE change 160292 for review

Rene Ladan rene at FreeBSD.org
Mon Apr 6 13:57:47 PDT 2009


http://perforce.freebsd.org/chv.cgi?CH=160292

Change 160292 by rene at rene_self on 2009/04/06 20:57:40

	solid-state article: use maketarget element
	Submitted by:	gabor

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#8 edit

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#8 (text+ko) ====

@@ -427,7 +427,7 @@
 	lifespan.</para>
 
       <para>To make it possible to enter a ports directory and successfully
-	run <command>make install</command>,
+	run <command>make</command> <maketarget>install</maketarget>,
 	we must create a packages directory on
 	a non-memory filesystem that will keep track of our packages across
 	reboots. Because it is necessary to mount your filesystems as
@@ -448,7 +448,7 @@
       <screen>&prompt.root; <userinput>ln -s /etc/pkg /var/db/pkg</userinput></screen>
       
       <para>Now, any time that you mount your filesystems as read-write and
-	install a package, the <command>make install</command> will work,
+	install a package, the <command>make</command> <maketarget>install</maketarget> will work,
 	and package information
 	will be written successfully to <filename>/etc/pkg</filename> (because
 	the filesystem will, at that time, be mounted read-write) which will


More information about the p4-projects mailing list