|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Makefile:
ChangeSet 1.1483.1.1, 2005/05/20 16:06:28+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
Makefile:
Move ioemu targets to the end of the Makefile so that the default
target
is all again.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Makefile | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff -Nru a/tools/Makefile b/tools/Makefile
--- a/tools/Makefile 2005-05-20 12:02:15 -04:00
+++ b/tools/Makefile 2005-05-20 12:02:15 -04:00
@@ -14,15 +14,6 @@
.PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean
-ifndef XEN_NO_IOEMU
-ioemu ioemuinstall ioemuclean:
- [ -f ioemu/config-host.h ] || \
- (cd ioemu; ./configure --prefix=$(DESTDIR)/usr)
- $(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
-else
-ioemu ioemuinstall ioemuclean:
-endif
-
all: check
@set -e; for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
@@ -46,3 +37,13 @@
check_clean:
$(MAKE) -C check clean
+
+ifndef XEN_NO_IOEMU
+ioemu ioemuinstall ioemuclean:
+ [ -f ioemu/config-host.h ] || \
+ (cd ioemu; ./configure --prefix=$(DESTDIR)/usr)
+ $(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
+else
+ioemu ioemuinstall ioemuclean:
+endif
+
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|