]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
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)
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

index cc899dc016195c4f7513e169105e6d5885a49d20..707a2d52d2036ce7b3bb2b9acb2b32a046b7fa9d 100644 (file)
@@ -52,8 +52,8 @@ ifdef CONFIG_STUBDOM
 CONFIG_PASSTHROUGH=1
 else
   ifeq (,$(wildcard /usr/include/pci))
-$(warning *** pciutils-dev package not found - missing /usr/include/pci)
-$(warning *** PCI passthrough capability has been disabled)
+$(warning ### pciutils-dev package not found - missing /usr/include/pci)
+$(warning ### PCI passthrough capability has been disabled)
   else
 CONFIG_PASSTHROUGH=1
   endif
@@ -63,7 +63,7 @@ ifdef CONFIG_PASSTHROUGH
 OBJS+= pass-through.o pt-msi.o
 LIBS += -lpci
 CFLAGS += -DCONFIG_PASSTHROUGH 
-$(info *** PCI passthrough capability has been enabled ***)
+$(info ### PCI passthrough capability has been enabled ###)
 endif
 
 BAD_OBJS += gdbstub.o acpi.o apic.o