summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Test booting repeatedly to track down qemu boot hangs.Richard Jones2009-05-131-1/+1
|
* test-command is not an actual test program.Richard Jones2009-05-121-1/+1
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-1/+7
|
* Remove the specfile from the tarball. Include contrib/ dir.Richard Jones2009-05-121-3/+9
|
* Partial Haskell bindings.Richard Jones2009-05-101-0/+3
|
* Add 'make valgrind' target to run tests under valgrind.Richard Jones2009-05-091-0/+6
|
* Add test script to test recovery from qemu failure.Richard Jones2009-05-081-1/+2
|
* Replace rtl8139 network card with virtio-net.Richard Jones2009-04-301-1/+1
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto.
* [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim ↵Richard Jones2009-04-281-0/+3
| | | | Meyering)
* Build virt-inspector HTML for the website.Richard Jones2009-04-281-1/+3
|
* Added virt-inspector program from virt-v2v.Richard Jones2009-04-281-0/+3
|
* s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-2/+2
|
* Clean up *~ files in recipes/Richard Jones2009-04-251-1/+1
|
* Better generation of recipes page.Richard Jones2009-04-251-26/+4
|
* Improve CSS on recipes page.Richard Jones2009-04-251-6/+6
|
* Added guestfish recipes.Richard Jones2009-04-251-2/+38
|
* Automatically generate ChangeLog file from the git log (thanks: Jim Meyering).Richard W.M. Jones2009-04-231-1/+8
|
* Added pkgconfig file (libguestfs.pc).1.0.8Richard Jones2009-04-221-1/+7
|
* Basic Java build environment.Richard Jones2009-04-211-0/+3
|
* Ruby bindings.Richard Jones2009-04-161-0/+3
|
* Distribute TODO file.Richard Jones2009-04-121-1/+1
|
* Minor adjustments for 0.8 release.0.8Richard Jones2009-04-111-1/+2
|
* Added test suite.Richard Jones2009-04-111-0/+2
|
* Added test framework, no tests implemented yet.Richard Jones2009-04-101-0/+11
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+1
|
* Distribute the pod.css file.Richard Jones2009-04-091-0/+1
|
* Generate webpages.Richard Jones2009-04-091-7/+33
|
* Added guestfish(1) manpage.Richard Jones2009-04-071-2/+14
|
* Added framework for the language bindings.Richard Jones2009-04-071-1/+11
|
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-5/+8
|
* Mostly working spec file.Richard Jones2009-04-041-1/+4
|
* Generate actions section in guestfs.3 man page.Richard Jones2009-04-041-1/+17
|
* Added outline of shell command, added generator support.Richard Jones2009-04-031-1/+1
|
* Remove initramfs/fakelog.root if make-initramfs fails.Richard Jones2009-04-031-1/+1
|
* Add update-initramfs.sh.in so we don't need to rebuild initramfs forRichard Jones2009-04-031-5/+9
| | | | small changes in the daemon.
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-021-4/+3
|
* Add test-boot-realistic target.Richard Jones2009-04-011-5/+21
|
* Various fixes to the build system, add 'make test-boot-image' target.Richard Jones2009-04-011-3/+24
|
* Build the initramfs.rjones2009-03-241-1/+24
|
* Now using febootstrap.rjones2009-03-241-1/+1
|
* Running qemu as a subprocess.rjones2009-03-031-0/+1
|
* Build environment set up for libguestfs.rjones2009-03-031-0/+17