]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - mkosi.build
test-ndisc-rs.c: Test Router Solicitation timer computation
[thirdparty/systemd.git] / mkosi.build
index 872841eb63e39e0b2386c46c9c22558646666713..2231118da5f489b80a0de59ef58c7b226b70db6a 100755 (executable)
 # This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi).
 # Simply invoke "mkosi" in the project directory to build an OS image.
 
-./autogen.sh c
-make -j `nproc`
-
-make check
-make install
+export LC_CTYPE=C.UTF-8
+meson build
+ninja -C build all
+ninja -C build test
+ninja -C build install
 
 mkdir -p $DESTDIR/etc