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]
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
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
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