svn commit: r252101 - head/release
Garrett Cooper
yaneurabeya at gmail.com
Sat Jun 22 22:39:45 UTC 2013
On Jun 22, 2013, at 3:12 PM, Glen Barber wrote:
> Author: gjb
> Date: Sat Jun 22 22:12:24 2013
> New Revision: 252101
> URL: http://svnweb.freebsd.org/changeset/base/252101
>
> Log:
> If MAKE_CONF and/or SRC_CONF are set and not character devices,
> copy to chroot to use with release build.
>
> Submitted by: Garrett Cooper (original version)
> Approved by: kib (mentor)
> MFC after: 1 week
>
> Modified:
> head/release/release.sh
Technically copying /dev/null to a file creates a 0 byte file. That's why I used cp in the patch I submitted over email.
Thanks!
-Garrett
More information about the svn-src-all
mailing list