1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

mkosi: drop git clean

This is required after systemd/mkosi#25.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-10-06 11:52:36 -04:00
parent be9bc687d8
commit a10744be42

View File

@ -20,7 +20,6 @@
# This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi). # 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. # Simply invoke "mkosi" in the project directory to build an OS image.
git clean -dfqx
./autogen.sh c ./autogen.sh c
make -j `nproc` make -j `nproc`
make install make install