aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-26 18:53:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-26 18:53:24 +0300
commita6a7cc473bd205eb14435026a1418ec260789857 (patch)
tree27cbef0c1240d6f365087fb9d83c0e7303018d12
parentcf91dfc8271b902419cbaaaa3c44e15d03dc2cf7 (diff)
Remove redundant {package,build}-???-{pre,post}.sql files in odb.sh
-rwxr-xr-xlibbrep/odb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/odb.sh b/libbrep/odb.sh
index 4172e67..9ee11fa 100755
--- a/libbrep/odb.sh
+++ b/libbrep/odb.sh
@@ -43,6 +43,8 @@ else
fi
+rm -f {package,build}-???-{pre,post}.sql
+
$odb "${inc[@]}" -d pgsql --std c++14 --generate-query \
--odb-epilogue '#include <libbutl/small-vector-odb.hxx>' \
--odb-epilogue '#include <libbrep/wrapper-traits.hxx>' \