From b456878697efc4f1b718c2bdd40eaf824e106e8a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 9 Aug 2013 20:12:09 +0100 Subject: [PATCH] tests: create/remove orc directory at proper time Before automake creates .deps directories, and during distclean. https://bugzilla.gnome.org/show_bug.cgi?id=705350 --- configure.ac | 2 ++ tests/check/Makefile.am | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9a4a2d1..d7dfe35 100644 --- a/configure.ac +++ b/configure.ac @@ -2306,6 +2306,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl *** output files *** +$MKDIR_P tests/check/orc + dnl po/Makefile.in AC_CONFIG_FILES( diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index b3f6d30..943f78b 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -31,7 +31,8 @@ CLEANFILES = core.* test-registry.* SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-bad.supp -clean-local: clean-local-check clean-local-orc +clean-local: clean-local-check +distclean-local: distclean-local-orc if USE_ASSRENDER check_assrender = elements/assrender @@ -378,6 +379,6 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc $(MKDIR_P) orc $(ORCC) --test -o $@ $< -clean-local-orc: +distclean-local-orc: rm -rf orc -- 2.7.4