1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 11:55:23 +03:00

Merge pull request #2990 from evverx/sys-depends-on-sys-tar-xz

build-sys: test/sys depends on test/sys.tar.xz
This commit is contained in:
Lennart Poettering 2016-04-08 19:08:52 +02:00
commit 0c0ee5ebee

View File

@ -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