Alexandre Julliard : transl: Remove references to no longer used directories.

Alexandre Julliard julliard at winehq.org
Wed Jul 22 09:07:02 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jul 22 14:38:38 2009 +0200

transl: Remove references to no longer used directories.

---

 transl/scripts/Master.sh |   11 -----------
 winetest/make-winetest   |    9 +--------
 2 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/transl/scripts/Master.sh b/transl/scripts/Master.sh
index a1e1747..b08383e 100755
--- a/transl/scripts/Master.sh
+++ b/transl/scripts/Master.sh
@@ -41,22 +41,13 @@ fi
 # Do cleanup for new run
 rm -Rf $WORKDIR/langs
 rm -Rf $WORKDIR/dumps
-rm -Rf $WORKDIR/new-langs
 mkdir $WORKDIR/langs
 mkdir $WORKDIR/dumps
 mkdir $WORKDIR/dumps/res
-mkdir $WORKDIR/new-langs
 
 # Analyze all the Makefiles
 $SCRIPTSDIR/checkmakefile.pl -S "$SOURCEROOT" -T "$BUILDROOT" -t "$WRCROOT" -s "$SCRIPTSDIR" -w "$WORKDIR" 2>>"$WORKDIR/run.log" || exit
 
-# Check for a new languages
-for i in $WORKDIR/new-langs/*; do
-    if [ -f "$i" ]; then
-        echo "note: New language:" `basename "$i"` | tee -a $WORKDIR/run.log
-    fi
-done
-
 # Show any changes in the log
 diff -u $WORKDIR/run.log.old $WORKDIR/run.log
 
@@ -67,8 +58,6 @@ mv -f $WORKDIR/langs $DESTDIR/langs
 mv -f $WORKDIR/dumps $DESTDIR/dumps
 cp -f $WORKDIR/run.log $DESTDIR/dumps/run.log
 
-rsync -r --delete $SCRIPTSDIR/conf $DESTDIR
-
 # Deleting can take a bit longer so we do it after the new version is set up
 rm -Rf $DESTDIR/langs.old
 rm -Rf $DESTDIR/dumps.old
diff --git a/winetest/make-winetest b/winetest/make-winetest
index 3b492ce..15833b9 100755
--- a/winetest/make-winetest
+++ b/winetest/make-winetest
@@ -131,15 +131,8 @@ umask 022
     # update the translations status
 
     rm -rf work
-    mkdir work work/langs work/dumps work/dumps/res work/new-langs
+    mkdir work work/langs work/dumps work/dumps/res
     $toolsdir/transl/scripts/checkmakefile.pl -S ./wine -T ./build-mingw -t ./build-native -w ./work -s "$toolsdir/transl/scripts" 2>>work/run.log
-    for i in work/new-langs/*
-    do
-        if [ -f "$i" ]
-        then
-            echo "note: New language:" `basename "$i"` | tee -a work/run.log
-        fi
-    done
     mv -f $transldir/langs $transldir/langs.old
     mv -f $transldir/dumps $transldir/dumps.old
     mv -f work/langs $transldir/langs




More information about the wine-cvs mailing list