genode/tool/ports/mk
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
..
check.mk tool/ports: curl timeout and retry in check.mk 2015-04-09 16:04:47 +02:00
check_port_arg.inc Add 'update_hash' and 'list' to tool/ports 2014-05-27 13:45:03 +02:00
common.inc prepare_port: prefix git clone output 2016-03-07 12:34:43 +01:00
front_end.inc Add 'update_hash' and 'list' to tool/ports 2014-05-27 13:45:03 +02:00
hash.inc ports: also hash patches with absolute path names 2015-01-27 12:17:53 +01:00
install.mk prepare_port: prefix git clone output 2016-03-07 12:34:43 +01:00
prepare_single_port.mk prepare_port: prepare multiple ports at once 2016-03-07 12:34:43 +01:00