svn commit: r327983 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Mon Sep 23 19:41:38 UTC 2013


On Mon, 23 Sep 2013 11:45:21 +0000 (UTC) Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Sep 23 11:45:21 2013
> New Revision: 327983
> URL: http://svnweb.freebsd.org/changeset/ports/327983
> 
> Log:
>   Use macro when possible
>   
>   Reported by:	ak
> 
> Modified:
>   head/Mk/bsd.stage.mk
> 
> Modified: head/Mk/bsd.stage.mk
> ==============================================================================
> --- head/Mk/bsd.stage.mk	Mon Sep 23 11:31:33 2013	(r327982)
> +++ head/Mk/bsd.stage.mk	Mon Sep 23 11:45:21 2013	(r327983)
> @@ -82,12 +82,12 @@ makeplist: stage
>  			[ -z "$${a}" ] && break ; \
>  			${ECHO_CMD} $${a} >> ${WRKDIR}/.mtree ; \
>  		done
> -	@${FIND} ${STAGEDIR} -type f -o -type l | sort | ${SED} -e "s,${STAGEDIR},,g" \
> +	@${FIND} ${STAGEDIR} -type f -o -type l | ${SORT} | ${SED} -e "s,${STAGEDIR},,g" \

find(1) can sort the files with -s.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130923/3df2dc18/attachment.sig>


More information about the svn-ports-all mailing list