Ian Jackson
2009-Jan-06 16:07 UTC
[Xen-devel] [PATCH] Do not print `***'' when compiling unless we fall over
This has finally bugged me enough to do something about it: 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 applied to qemu-xen-unstable. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2009-Jan-09 17:18 UTC
[Xen-devel] Re: [PATCH] Do not print `***'' when compiling unless we fall over
I wrote:> This has finally bugged me enough to do something about it: > > 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 applied to qemu-xen-unstable.It turns out that the `make'' on our automated testing systems is too old to cope with $(warning ### something ###) even with quotes, so here is a revised patch which uses === instead. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH RESEND] libxl: Do not generate short block in libxl__datacopier_prefixdata
- [xen-4.1-testing test] 10458: trouble: broken/fail/pass
- [PATCH V5] libxenstore: filter watch events in libxenstore when we unwatch
- [PATCH] Fix ocaml build in 4.1; problem with 4.1.6 release
- Fwd: Backport requests for 4.0