All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][3/5] Don't delete qemu-dm.debug on make clean, but install it separately
@ 2005-07-01 18:57 Arun Sharma
  2005-07-01 21:09 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Arun Sharma @ 2005-07-01 18:57 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser; +Cc: xen-devel

Don't delete qemu-dm.debug on make clean (Fixed by Keir already). But
install qemu-dm.debug so people can do useful things with it in a
development environment.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>

diff -r be004ea3a553 -r 1c9d6ba65696 tools/ioemu/target-i386-dm/Makefile
--- a/tools/ioemu/target-i386-dm/Makefile	Thu Jun 30 20:29:39 2005
+++ b/tools/ioemu/target-i386-dm/Makefile	Thu Jun 30 20:42:39 2005
@@ -386,6 +386,7 @@
 	if [ ! -d $(DESTDIR)$(configdir) ];then mkdir -p $(DESTDIR)$(configdir);fi
 ifneq ($(PROGS),)
 	install -m 755 -s $(PROGS) "$(INSTALL_DIR)"
+	install -m 755 -s qemu-dm.debug "$(INSTALL_DIR)"
 endif
 	install -m 755 qemu-ifup "$(DESTDIR)$(configdir)"
 	gunzip -c qemu-vgaram-bin.gz >qemu-vgaram-bin 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-28 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-01 18:57 [PATCH][3/5] Don't delete qemu-dm.debug on make clean, but install it separately Arun Sharma
2005-07-01 21:09 ` Keir Fraser
2005-07-03 16:38   ` Keir Fraser
2005-07-28 22:41   ` Question about network-route wei huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.