summaryrefslogtreecommitdiff
path: root/mkosi.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-05-05 21:18:44 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-05-05 21:18:44 -0400
commit6c3444cb03cd676719787e61cc794fa6edd8ce9a (patch)
tree4a6eb0afe6f451880787ebca995c34ad5da24b13 /mkosi.build
parenta3645cc6dd84ea2bde71ff23c1bed1c38315ce0a (diff)
downloadsystemd-6c3444cb03cd676719787e61cc794fa6edd8ce9a.tar.gz
mkosi: switch build to meson
For Fedora, the version is bumped to 26. In F25, ninja is still called ninja-build (while the package with the rename is going through QA).
Diffstat (limited to 'mkosi.build')
-rwxr-xr-xmkosi.build9
1 files changed, 4 insertions, 5 deletions
diff --git a/mkosi.build b/mkosi.build
index 872841eb63..6bbe8f3942 100755
--- a/mkosi.build
+++ b/mkosi.build
@@ -20,11 +20,10 @@
# 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
+meson build
+ninja -C build all
+ninja -C build test
+ninja -C build install
mkdir -p $DESTDIR/etc