genode/tool/ports
Martin Stein 992a5ec1ae prepare_port: prefix git clone output
To raise readability when preparing multiple ports in parallel we prefix
also the git clone output with the port name dark-yellow-coloured. To
achieve this we sed the git output. In sed \x1b[ resolves to an escape
sequence and \033[, that we use normally, doesn't. The echo command, at
the other hand, resolves both to an escape sequence. Thus we use the
sed-compatible version in general. This commit inhibits the progress
output of git clone as it can't be redirected to sed.

Ref #1872
2016-03-07 12:34:43 +01:00
..
mk prepare_port: prefix git clone output 2016-03-07 12:34:43 +01:00
check_port_source tool/ports: add tool to check source availability 2015-03-19 08:57:18 +01:00
current Tools for convenient handling of port contrib dirs 2015-01-20 11:23:50 +01:00
list Add 'update_hash' and 'list' to tool/ports 2014-05-27 13:45:03 +02:00
prepare_port prepare_port: prepare multiple ports at once 2016-03-07 12:34:43 +01:00
shortcut Tools for convenient handling of port contrib dirs 2015-01-20 11:23:50 +01:00
update_hash Add 'update_hash' and 'list' to tool/ports 2014-05-27 13:45:03 +02:00