Alexandre Julliard : wine_release: Use git-clean instead of make distclean to clean the source tree.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 9 10:51:40 CST 2007


Module: tools
Branch: master
Commit: 078aaf39d3eeaf8db0f210577e8a7586b969955a
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=078aaf39d3eeaf8db0f210577e8a7586b969955a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jan  9 16:18:59 2007 +0100

wine_release: Use git-clean instead of make distclean to clean the source tree.

---

 wine_release |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/wine_release b/wine_release
index 78441ca..c3d1f60 100755
--- a/wine_release
+++ b/wine_release
@@ -82,11 +82,7 @@ echo "==== UPDATING WINE API STATS PAGE
 rm -f winapi_stats.txt
 
 # cleanup source tree
-make --quiet distclean
+git clean -q -d -x
 rm -rf .git
 
-# homepage announcement
-# edit the homepage to announce the new release...
-# TODO
-
 # end




More information about the wine-cvs mailing list