mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
mkosi: support mkosi's --without-tests switch
This adds support for the mkosi switch --without-tests that is introduced by: https://github.com/systemd/mkosi/pull/122 With this in place doing "mkosi -ifT shell" is the fastest way from a git clone to a shell within a freshly compiled systemd system.
This commit is contained in:
parent
708d423915
commit
a818a2ae60
@ -27,7 +27,7 @@
|
|||||||
export LC_CTYPE=C.UTF-8
|
export LC_CTYPE=C.UTF-8
|
||||||
test -f "$BUILDDIR"/build.ninja || meson "$BUILDDIR"
|
test -f "$BUILDDIR"/build.ninja || meson "$BUILDDIR"
|
||||||
ninja -C "$BUILDDIR" all
|
ninja -C "$BUILDDIR" all
|
||||||
ninja -C "$BUILDDIR" test
|
[ "$WITH_TESTS" = 0 ] || ninja -C "$BUILDDIR" test
|
||||||
ninja -C "$BUILDDIR" install
|
ninja -C "$BUILDDIR" install
|
||||||
|
|
||||||
mkdir -p "$DESTDIR"/etc
|
mkdir -p "$DESTDIR"/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user