From e198273e0e055ee90a64252d09c22e8f0df1204f Mon Sep 17 00:00:00 2001 From: "dan@localhost.localdomain" Date: Fri, 18 Nov 2005 13:00:13 +0100 Subject: 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. --- tools/xm-test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/xm-test/Makefile.am') 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 -- cgit v1.2.3