WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] patches from the debian packages

To: Adam Heath <doogie@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] patches from the debian packages
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Tue, 02 Mar 2004 11:16:23 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 02 Mar 2004 11:19:20 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Mon, 01 Mar 2004 21:53:36 CST." <Pine.LNX.4.44.0403012149410.5801-300000@xxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> There are 2 patches attached.
> 
> extraversion.diff:
>       Handle extraversion and ARCH the same way uml works.  Removes the
>       top-level Makefile hack.  Contains one upstream kernel fix, for
>       MODLIB.
> 
>       You now must pass ARCH=xeno when configuring/building/etc.
> 
> build-system.diff:
>       * Add $(prefix) supprt to install targets.
>       * Generate interface.pdf from interface.ps.
>       * Add soname support to libxc.

I've fixed these two patches lsightly and applied them both to the 1.2
and unstable trees.

Those like me, who build Xenolinux a lot, may find the following
useful to avoid forgetting to type ARCH=xeno every time:
make () {
  if pwd | grep -q 'xenolinux-[0-9.]*$'
  then
    `which make` ARCH=xeno "$@"
  else
    `which make` "$@"
  fi
}

 -- Keir


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>