From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][3/5] Don't delete qemu-dm.debug on make clean, but install it separately Date: Fri, 1 Jul 2005 11:57:00 -0700 Message-ID: <20050701185700.GA32208@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 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