autogen.sh: Reuse existing build directory

Removing the build directory might delete important development files
as well.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
Thomas Zimmermann 2019-05-17 10:08:16 +02:00 committed by Wim Taymans
parent 0951a97a36
commit 473fb330cf

View file

@ -17,7 +17,6 @@
# Only there to make jhbuild happy
rm -rf ./build
mkdir build
meson build "$@"
mkdir -p build
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
ln -s build/Makefile Makefile