[ostree: 41/70] build: Make tests/libreaddir-rand.so rule use AM_V_GEN
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree: 41/70] build: Make tests/libreaddir-rand.so rule use AM_V_GEN
- Date: Fri, 15 Apr 2016 21:04:41 +0000 (UTC)
commit 4b1ac83aa6f8d13310163cadd15c7ee3b26ae7ae
Author: Colin Walters <walters verbum org>
Date: Wed Apr 6 21:26:38 2016 -0400
build: Make tests/libreaddir-rand.so rule use AM_V_GEN
So non-verbose builds don't have a verbose rule smack in the middle.
Closes: #241
Approved by: giuseppe
Makefile-tests.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 4bf12ce..c8e201b 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -222,9 +222,9 @@ EXTRA_DIST += \
tests/gpg-verify-data/trustdb.gpg \
tests/gpg-verify-data/gpg.conf
-tests-libreaddir-rand-so-symlink:
- ln -fns ../.libs/libreaddir-rand.so tests
-ALL_LOCAL_RULES += tests-libreaddir-rand-so-symlink
+tests/libreaddir-rand.so: Makefile
+ $(AM_V_GEN) ln -fns ../.libs/libreaddir-rand.so tests
+ALL_LOCAL_RULES += tests/libreaddir-rand.so
# Unfortunately the glib test data APIs don't actually handle
# non-recursive Automake, so we change our code to canonically look
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]