diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-05-18 16:39:48 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-05-18 16:39:48 (GMT) |
commit | 7d68cb0232d15950275b22836652238625eb9ae2 (patch) | |
tree | 6f538e329c5aef3e6fdd7d507792040d7f86f905 /scripts | |
parent | 48816160cd87fe067156c5b8622e31ab10754e74 (diff) |
improve mingw build, make rm silent
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index a9fb3b5..261905d 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -160,7 +160,7 @@ esac case $OS in LINXWIN) cd $DEPLOYDIR - make -s clean ## comment out for test-run + make clean ## comment out for test-run cd $OPENSCADDIR ;; *) |