aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/figlet
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>
* figlet: Fix handling of full final line of octal output.Keir Fraser2008-04-231-10/+10
| | | | | | It should not be terminated with a backslash. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* [XEN] Fix array ngative accesses in figlet tool.kaf24@firebug.cl.cam.ac.uk2006-09-151-2/+3
| | | | Signed-off-by: Keir Fraser <keir@xensource.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>
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+1
| | | | | | | | | | | | * 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>
* bitkeeper revision 1.1236.1.108 (423fe7beyFkqCprMaL7QQL_zfloFtQ)kaf24@firebug.cl.cam.ac.uk2005-03-221-1/+1
| | | | | | tiny makefile fix. Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1236.1.105 (423fdeaeuXmbQUj74cWh1nItpSKUjw)kaf24@firebug.cl.cam.ac.uk2005-03-221-2/+2
| | | | | | Improved cross-compilation support. Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1159.170.67 (41d291f6BNS1b72mftsOXrpMhpZ9og)kaf24@scramble.cl.cam.ac.uk2004-12-295-0/+4433
| | | | | M
* bitkeeper revision 1.1062.1.1 (40f00372K2jgGqY_Vwj24Lvaf0UqRw)kaf24@scramble.cl.cam.ac.uk2004-07-105-4433/+0
| | | | | | Rewritten bootstrap Elf-header creation to allow encapsulation of x86-64 code for 32-bit bootloaders.
* bitkeeper revision 1.779 (404f5e56uk4Iv1iH7kbxYdMbUacnlQ)iap10@tetris.cl.cam.ac.uk2004-03-101-0/+1
| | | | | minor makefile fix
* bitkeeper revision 1.396 (3f4d2199UsCzVuRmn-0-L6lh9VGYZg)kaf24@scramble.cl.cam.ac.uk2003-08-271-2/+2
| | | | | | Many files: Small cleanups. Faster checksum calculation for console UDP packets.
* bitkeeper revision 1.203.1.1 (3eb3c88bjetxHzcoqH6QUfVIBCLFGg)kaf24@scramble.cl.cam.ac.uk2003-05-035-0/+4432
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