From: David Schleef Date: Fri, 9 Aug 2013 19:12:09 +0000 (+0100) Subject: tests: create/remove orc directory at proper time X-Git-Tag: 1.19.3~507^2~13210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b456878697efc4f1b718c2bdd40eaf824e106e8a;p=platform%2Fupstream%2Fgstreamer.git 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 --- 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