[Qemu-devel] [PATCH] add DESTDIR support to makefile

2006-08-20 Thread Patrick Mauritz
Hi, the attached patch adds DESTDIR support to the makefile, so make install can be given a root prefix, eg. for packaging. patrick mauritz # # # patch "Makefile" # from [24ce1c8e1082fb804f509f5fd27617f226893745] #to [7249eece15dfa3b0c06aa0d0f2b916214fbe9226]

[Qemu-devel] [PATCH] destdir support

2006-04-01 Thread Patrick Mauritz
Hi, the attached patch adds DESTDIR at the right places in the makefile, which is suitable for packaging (build with --prefix=/usr, install with make install DESTDIR=/foo, then you have the resulting tree in /foo/usr/...) patrick mauritz # # # patch "Makefile&quo

[Qemu-devel] Re: [PATCH] various tweaks to make install

2005-11-15 Thread Patrick Mauritz
On Tue, 2005-11-15 at 11:18, Patrick Mauritz wrote: > the attached patch against cvs contains two changes: sorry, some local changes leaked in here, "$(INSTALL)" should be "install", of course. this change is minor enough that I don't think it's necessary to

[Qemu-devel] [PATCH] various tweaks to make install

2005-11-15 Thread Patrick Mauritz
ls can't handle multiple sources at once. patrick mauritz Index: Makefile === RCS file: /cvsroot/qemu/qemu/Makefile,v retrieving revision 1.90 diff -u -u -r1.90 Makefile --- Makefile 21 Aug 2005 09:23:39 - 1.90 +++ Makefile