projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
accomodating to new files
[wxWidgets.git]
/
wxPython
/
distrib
/
all
/
build-setup
Commit
Line
Data
e4bb5998
RD
1
#!/bin/bash
2
#----------------------------------------------------------------------
3
4
set -o errexit
5
e4bb5998
RD
6
7
# clean out the local dist dir
8
rm -f dist/*
9