From 01912c75f114e783ae638995dba6b5252d2fad75 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 1 Mar 2013 13:31:14 +0100 Subject: [PATCH] build-sys: rename "test" to "qemu" to avoid clash with test/ dir --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb01614..7a9342c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ # along with systemd; If not, see . # ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -AM_MAKEFLAGS = +AM_MAKEFLAGS = --no-print-directory gummibootlibdir = $(libexecdir)/gummiboot @@ -132,5 +132,5 @@ EXTRA_DIST += test/test-create-disk.sh test-disk: gummiboot$(MACHINE_TYPE_NAME).efi test/test-create-disk.sh $(AM_V_GEN)test/test-create-disk.sh -test: test-disk +qemu: test-disk $(QEMU_KVM) -m 256 -L $(BIOS) -snapshot test-disk -- 2.7.4