aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do not re-define XEN_ROOT in hypervisor sub-Makefiles.Keir Fraser2011-03-171-1/+0
| | | | | | | We can globally export it from xen/Makefile instead, as all hypervisor builds have this Makefile at their root. Signed-off-by: Keir Fraser <keir@xen.org>
* Cache figlet output across builds, and provide src-tarball targetKeir Fraser2008-04-211-2/+2
| | | | | | | which creates figlet output and then deletes figlet itself (which is not licensed under GPL). Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-1/+2
| | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* Remove some bogus .PHONY Makefile declarations.kaf24@firebug.cl.cam.ac.uk2006-04-111-1/+0
| | | | | | | | Fixes xentop installation. Signed-off-by: Keir Fraser <keir@xensource.com>
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+3
| | | | | | | | | | | | * Move .PHONY directives next to targets, this makes them a lot harder to miss * Add missing .PHONY directives * Remove nonexistent .PHONY directives * Hopefully I didn'T miss anything... Signed-Off-By: Horms <horms@verge.net.au>
* The attached patch adds -Werror to HOSTCFLAGS in Config.mk, makeskaf24@firebug.cl.cam.ac.uk2005-08-081-1/+1
| | | | | | | | | xen/tools actually use HOSTCFLAGS (it was already using HOSTCC), and fixes some gcc-4.0 signedness warnings in xen/tools/symbols.c. Signed-off-by: Josh Triplett <josht@us.ibm.com>
* Port kallsyms to Xen, as 'symbols'.kaf24@firebug.cl.cam.ac.uk2005-07-221-1/+8
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1159.170.67 (41d291f6BNS1b72mftsOXrpMhpZ9og)kaf24@scramble.cl.cam.ac.uk2004-12-291-0/+6
| | | | | M
* bitkeeper revision 1.1062.1.1 (40f00372K2jgGqY_Vwj24Lvaf0UqRw)kaf24@scramble.cl.cam.ac.uk2004-07-101-14/+0
| | | | | | Rewritten bootstrap Elf-header creation to allow encapsulation of x86-64 code for 32-bit bootloaders.
* bitkeeper revision 1.203.1.1 (3eb3c88bjetxHzcoqH6QUfVIBCLFGg)kaf24@scramble.cl.cam.ac.uk2003-05-031-0/+8
| | | | | | | | xen.flf, figlet.c, README, Makefile, LICENSE, version.h, kernel.c: More initial banner fixes -- build version is stored in root Makefile. xen.flf, figlet.c, README, Makefile, LICENSE: new file
* bitkeeper revision 1.94 (3e5a4f5fzVaxemjfCt0N0OH8PYPiuw)iap10@labyrinth.cl.cam.ac.uk2003-02-241-0/+6
Rename xen-2.4.16 to just "xen" to reflect that it hasn't got any relation to the Linux kernel version.