]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
xen-hooks.mak: Do not print `***' when compiling unless we fall over
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 6 Jan 2009 16:07:04 +0000 (16:07 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 6 Jan 2009 16:07:04 +0000 (16:07 +0000)
commit6c85b471c3f3ad8959828fe667e810012238a92a
treef06c24ac41a058aef32115b282b5e7ece35fc18e
parentd48a83712ff3799142ac3029921b2b89e45a63d5
xen-hooks.mak: Do not print `***' when compiling unless we fall over

make prints `***' when it stops due to an error.  With make -j, and/or
with automated build systems, this error marker can be in the middle
of a large logfile.  It is useful to be able to search for it.

Therefore change occurrences of `*' to `#' for information and warning
messages.  `***' is reserved for cases where the build stops.

A corresponding change is being submitted to xen-unstable.hg.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen-hooks.mak