aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/Makefile.am
diff options
context:
space:
mode:
authordan@localhost.localdomain <dan@localhost.localdomain>2005-11-18 13:00:13 +0100
committerdan@localhost.localdomain <dan@localhost.localdomain>2005-11-18 13:00:13 +0100
commite198273e0e055ee90a64252d09c22e8f0df1204f (patch)
tree1e5329be3f7fda8ebbe0a745edf2e9cd9af6ded3 /tools/xm-test/Makefile.am
parent600918671a9a37b862e3c15625caef73b1185f89 (diff)
downloadxen-e198273e0e055ee90a64252d09c22e8f0df1204f.tar.gz
xen-e198273e0e055ee90a64252d09c22e8f0df1204f.tar.bz2
xen-e198273e0e055ee90a64252d09c22e8f0df1204f.zip
Add hping to the ramdisk. Also, do some very simple versioning.
This is the first change to the ramdisk since v0.1.0. So, we now build the image as initrd-X.Y.img, and link initrd.img to it. This lets us have a few checks to make sure that people rebuild their ramdisks when necessary.
Diffstat (limited to 'tools/xm-test/Makefile.am')
-rw-r--r--tools/xm-test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xm-test/Makefile.am b/tools/xm-test/Makefile.am
index a065616ece..8d0c84bfd7 100644
--- a/tools/xm-test/Makefile.am
+++ b/tools/xm-test/Makefile.am
@@ -1,6 +1,9 @@
SUBDIRS = ramdisk tests
EXTRA_DIST = lib runtest.sh mkreport
+existing:
+ $(MAKE) -C ramdisk existing
+
# Remove any pyc's, CVS dirs, and prune the skel dirs
dist-hook:
find $(distdir) -name '*~' -delete -print