Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 14:48:54 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        Will Andrews <will@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r271771 - in head: bin/csh etc/mail lib/libc usr.bin/grep usr.sbin/mtree
Message-ID:  <541D2356.8040403@freebsd.org>
In-Reply-To: <201409181441.s8IEfvR1075223@svn.freebsd.org>
References:  <201409181441.s8IEfvR1075223@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/18/14, 10:41 PM, Will Andrews wrote:
> Author: will
> Date: Thu Sep 18 14:41:57 2014
> New Revision: 271771
> URL: http://svnweb.freebsd.org/changeset/base/271771
>
> Log:
>    Fix incremental builds involving non-root users with read-only source files.
>    
>    Makefiles should not assume that source files can be overwritten.  This is the
>    common case for Perforce source trees.

I'm concerned that just adding -f may not really be fixing the problem..
why are the files getting overwritten? I'm not sure forcing an 
overwrite is teh right answer to read-only sources.


>   iconv.h: ${.CURDIR}/iconv_stub.h
> -	cp ${.CURDIR}/iconv_stub.h ${.TARGET}
> +	cp -f ${.CURDIR}/iconv_stub.h ${.TARGET}
>   .endif
>   .endif
>




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