From af5b3e033a2a2e150fcd3c79dc3341bb63d7b1da Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 17 Jul 2012 16:08:12 +0100 Subject: Make morphology fail I need this to test changes to morph logging of failures. --- attr.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/attr.morph b/attr.morph index 2bb14e3..f700752 100644 --- a/attr.morph +++ b/attr.morph @@ -7,6 +7,7 @@ "configure-commands": [ "sed -i -e 's,PKG_\\(.*\\)_DIR\\t= ,PKG_\\1_DIR\\t= \\$(DESTDIR),g' include/builddefs.in", "sed -i -e 's,\\$\\$LOCAL_CONFIGURE_OPTIONS,\\$(LOCAL_CONFIGURE_OPTIONS),g' Makefile", + "echo intentiontally FAILING; exit 1", "make LOCAL_CONFIGURE_OPTIONS=\"--prefix=/usr --exec-prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --enable-lib64=yes --includedir=/usr/include --mandir=/usr/share/man --datadir=/usr/share\" configure" ], "build-commands": [ -- cgit v1.2.1