summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2015-09-11 01:22:16 -0400
committerLars Wirzenius <liw@liw.fi>2015-09-12 21:58:57 +0300
commitfefae6e2367e13bdc92108be7eb6449a324703e9 (patch)
treedc5a2d406592a2ec76fd403622a572e0a81f975f /check
parent684168762d399ad5f4699bef6ab0bb04146077ab (diff)
downloadobnam-fefae6e2367e13bdc92108be7eb6449a324703e9.tar.gz
build: support build/ being a symlink
I use a symlink to keep build artifacts off of my main drive, so preserve the link if it exists. Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 708ac0f8..965d507a 100755
--- a/check
+++ b/check
@@ -20,5 +20,5 @@ set -e
python setup.py --quiet clean
python setup.py --quiet build_ext -i
-rm -rf build
+rm -rf build/*/
python setup.py --quiet check "$@"