# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/04/19 08:10:42-04:00 mdday@xxxxxxxxxxxxxxxxxxxx # optionally allow skipping of ioemu build # # BitKeeper/etc/logging_ok # 2005/04/19 08:10:42-04:00 mdday@xxxxxxxxxxxxxxxxxxxx +1 -0 # Logging to logging@xxxxxxxxxxxxxxx accepted # # tools/Makefile # 2005/04/19 08:09:51-04:00 mdday@xxxxxxxxxxxxxxxxxxxx +2 -1 # optionally allow skipping of ioemu build # diff -Nru a/tools/Makefile b/tools/Makefile --- a/tools/Makefile 2005-04-19 08:12:05 -04:00 +++ b/tools/Makefile 2005-04-19 08:12:05 -04:00 @@ -10,8 +10,9 @@ SUBDIRS += python SUBDIRS += xfrd SUBDIRS += xcs +ifndef XEN_NO_IOEMU SUBDIRS += ioemu - +endif .PHONY: all install clean check check_clean all: check