DragonFly-2.3.0.518.gedbdf master test/amd64 Makefile

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Mar 27 20:38:23 PDT 2009


commit edbdff6b9fb50edd0b1439a35eb8f3852ddb9776
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Mar 27 20:32:37 2009 -0700

    Add a build system for amd64 build/test environments in /usr/src/test/amd64
    
    This build system will fetch, compile, and install qemu, do all
    necessary buildworlds and buildkernels, including the amd64 cross-builds,
    and generate a fully bootable root.img.  The Makefile also includes a
    run target to run qemu on the image.
    
    It can take a few hours to build the whole mess due to the buildworlds but
    it's a hit-the-start-button-and-forget build which should prove useful.
    
    WARNING: Initial commit only.  qemu 0.10.{0,1} is seriously broken and is not
    yet able to fully-boot either a 32 or 64 bit kernel without seg-faulting.

Summary of changes:
 test/amd64/Makefile |  181 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 181 insertions(+), 0 deletions(-)
 create mode 100644 test/amd64/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/edbdff6b9fb50edd0b1439a35eb8f3852ddb9776


-- 
DragonFly BSD source repository





More information about the Commits mailing list