[U-Boot] [PATCH V4] MAKEALL: Add -m/-M option to determine maintainers

Mike Frysinger vapier at gentoo.org
Sun Apr 8 10:45:10 CEST 2012


On Monday 05 March 2012 20:10:51 Marek Vasut wrote:
> +	else
> +		echo -e "$maintainers_result" | sort -u | tr "\n" " " | \
> +						sed "s/ $//" ;

simpler:
	echo $(printf '%b' "$maintainers_result" | sort -u)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120408/1ba9fb44/attachment.pgp>


More information about the U-Boot mailing list