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>
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
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