]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: drop git clean
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Oct 2016 15:52:36 +0000 (11:52 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Oct 2016 15:54:24 +0000 (11:54 -0400)
This is required after systemd/mkosi#25.

mkosi.build

index 09d835d45b40198d6eb4b8973721e8212b076349..94a6667e42f77635ee1a67e68b6577057713c669 100755 (executable)
@@ -20,7 +20,6 @@
 # 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.
 
-git clean -dfqx
 ./autogen.sh c
 make -j `nproc`
 make install