diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-08 19:08:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-08 19:08:52 +0200 |
commit | 0c0ee5ebee697e7089f73ebf41caf1a43789c10f (patch) | |
tree | 9e5d23a34fa9e7ee29b9997f288ba8962eb13ecf | |
parent | 710a8858a930a13da8dabbba61d64eb8f420b448 (diff) | |
parent | 17d6dede6afea3aa014688f793a1e0464767ffaa (diff) |
Merge pull request #2990 from evverx/sys-depends-on-sys-tar-xz
build-sys: test/sys depends on test/sys.tar.xz
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d670ae1984..c566b1f6e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3829,9 +3829,11 @@ check_DATA += \ endif # packed sysfs test tree -test/sys: +test/sys: test/sys.tar.xz + -rm -rf test/sys $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_GEN)tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz + -touch test/sys test-sys-distclean: -rm -rf test/sys |