diff options
Diffstat (limited to 'BUILD/cleanup')
-rwxr-xr-x | BUILD/cleanup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BUILD/cleanup b/BUILD/cleanup new file mode 100755 index 00000000000..518c5722d87 --- /dev/null +++ b/BUILD/cleanup @@ -0,0 +1,8 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +just_clean=1; + +. "$path/FINISH.sh" |