]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: let's switch to the unified mode for mkosi
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Nov 2017 17:29:35 +0000 (18:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 25 Nov 2017 16:08:21 +0000 (17:08 +0100)
This is a toolconfiguration for developers, and hence most likely should
be the first thing to be switched over. Do so.

mkosi.build

index 71251920edcd9adb21006038bac10df8969c1048..7a72b63b94b73142b0581fbd7e63f08af110d761 100755 (executable)
@@ -28,7 +28,7 @@ export LC_CTYPE=en_US.UTF-8
 
 sysvinit_path=`realpath /etc/init.d`
 
-[ -f "$BUILDDIR"/build.ninja ] || meson "$BUILDDIR" -D "sysvinit-path=$sysvinit_path"
+[ -f "$BUILDDIR"/build.ninja ] || meson "$BUILDDIR" -D "sysvinit-path=$sysvinit_path" -D "default-hierarchy=unified"
 ninja -C "$BUILDDIR" all
 [ "$WITH_TESTS" = 0 ] || ninja -C "$BUILDDIR" test || ( RET="$?" ; cat "$BUILDDIR"/meson-logs/testlog.txt ; exit "$RET" )
 ninja -C "$BUILDDIR" install