mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-05 15:45:22 +01:00
Silence Automake warning for items in TESTS being renamed
The manual rule for test-bwrap in Makefile-bwrap.in threw a warning because automake [renames the target of things in TESTS](https://www.gnu.org/software/automake/manual/html_node/Extending.html). Signed-off-by: David M. Rogers <predictivestatmech@gmail.com> [smcv: Split out from a larger commit, re-worded commit message] Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Simon McVittie
parent
82d6197e90
commit
454bfbf9da
@@ -51,7 +51,7 @@ test_extra_programs = \
|
||||
tests/try-syscall \
|
||||
$(NULL)
|
||||
|
||||
test-bwrap: bwrap
|
||||
test-bwrap$(EXEEXT): bwrap
|
||||
rm -rf test-bwrap
|
||||
cp bwrap test-bwrap
|
||||
chmod 0755 test-bwrap
|
||||
|
||||
Reference in New Issue
Block a user