mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-27 01:57:49 +03:00
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
This commit is contained in:
parent
e9640ca4d9
commit
4b1ac83aa6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user