|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] make clean in tools/ioemu/target-i386-dm broken
Doing a "make clean all" in the tools/ioemu/target-i386-dm directory (or
doing a make clean / make from anywhere above that level, including a make
world) gives the following error:
make: *** No rule to make target `qemu-dm.debug', needed by `all'. Stop.
The culprit turns out to be the following hg changeset:
77f397603f71be1c57a0a998dcbd772b2b6b745c
which modifies tools/ioemu/target-i386-dm/Makefile (among other things).
It adds "qemu-dm.debug" to the PROGS variable in the makefile; this means
that "install $(PROGS)" will copy it into the appropriate install
directory. Unfortunately, it also means that clean, which does a "rm -rf
... $(PROGS) ...", will delete it. Since qemu-dm.debug is a script and
not a generated file, this causes an error on the next build.
The attached patch will do a quick-fix if required.
-George
+-------------------+----------------------------------------
| dunlapg@xxxxxxxxx | http://www-personal.umich.edu/~dunlapg
+-------------------+----------------------------------------
| Who could move a mountain, who could love their enemy?
| Who could rejoice in pain, and turn the other cheek?
| - Rich Mullins, "Surely God is With Us"
+------------------------------------------------------------
| Outlaw Junk Email! Support HR 1748 (www.cauce.org)
ioemu-make.patch
Description: Text document
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] make clean in tools/ioemu/target-i386-dm broken,
George Washington Dunlap III <=
|
|
|
|
|