chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tcl: Update from 8.6.5 to 8.6.6
[termux-packages]
/
clean-rebuild-all.sh
1
#!/bin/sh
2
# clean-rebuild-all.sh - clean everything and rebuild
3
4
# Read settings from .termuxrc if existing
5
test -f $HOME/.termuxrc && . $HOME/.termuxrc
6
: ${TERMUX_TOPDIR:="$HOME/.termux-build"}
7
8
rm -Rf /data/* $TERMUX_TOPDIR
9
bash -x build-all.sh