diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-02-23 09:07:48 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-02-23 09:07:48 +0100 |
commit | b050ea959a4bbcc10b14b2df72fc6d85e130eb69 (patch) | |
tree | 168a3bbb4f152611ef6d7ec6527970dc888579e0 /bin | |
parent | 34daa0c20878ebd6054c703ef91e0dfcf9914ddf (diff) |
Rename cleanup make target
The old version was from libreoffice/build times.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tinbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tinbuild b/bin/tinbuild index 044757c571f1..69b9b58fe99e 100755 --- a/bin/tinbuild +++ b/bin/tinbuild @@ -257,7 +257,7 @@ while true; do err_msg="" # cleanup - $NICE make clean-local + $NICE make clean # FIXME we need a more exact way to determine a 'good' date; this is not accurate rough_checkout_date="`currentTime`" |