Date: Mon, 6 Apr 2009 20:57:42 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 160292 for review Message-ID: <200904062057.n36KvgQc068048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=160292 Change 160292 by rene@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904062057.n36KvgQc068048>