svn commit: r251140 - head

John Baldwin jhb at freebsd.org
Thu May 30 14:53:46 UTC 2013


On Thursday, May 30, 2013 10:09:58 am Brooks Davis wrote:
> Author: brooks
> Date: Thu May 30 14:09:58 2013
> New Revision: 251140
> URL: http://svnweb.freebsd.org/changeset/base/251140
> 
> Log:
>   Always define INSTALL_DDIR and define it such that it contains no extra
>   / characters rather than removing them later on.  This should fix
>   release builds.
>   
>   PR:		conf/178963
>   Reviewed by:	gjb, hrs
> 
> Modified:
>   head/Makefile.inc1
> 
> Modified: head/Makefile.inc1
> ==============================================================================
> --- head/Makefile.inc1	Thu May 30 14:07:14 2013	(r251139)
> +++ head/Makefile.inc1	Thu May 30 14:09:58 2013	(r251140)
> @@ -522,7 +523,7 @@ _includes:
>  	@echo "--------------------------------------------------------------"
>  	@echo ">>> stage 4.1: building includes"
>  	@echo "--------------------------------------------------------------"
> -	${_+_}cd ${.CURDIR}; ${WMAKE} SHARED=symlinks par-includes
> +	${_+_}cd ${.CURDIR}; ${WMAKE} par-includes
>  _libraries:
>  	@echo
>  	@echo "--------------------------------------------------------------"

Did you mean to change this?  It seems unrelated.

-- 
John Baldwin


More information about the svn-src-head mailing list