Changeset: 30f35cac46cf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30f35cac46cf
Modified Files:
        
Branch: default
Log Message:

Merged from Jun2010 branch: Ported Mdebootstrap to Mercurial.


diffs (31 lines):

diff -r 9960db314a23 -r 30f35cac46cf buildtools/conf/Mdebootstrap
--- a/buildtools/conf/Mdebootstrap      Wed Jun 02 12:42:09 2010 +0200
+++ b/buildtools/conf/Mdebootstrap      Wed Jun 02 16:34:29 2010 +0200
@@ -52,7 +52,7 @@
                if [ "x$x" = 'xy' ]; then
                        ( /bin/rm -f $R $*  &&  echo "$n files deleted." )  ||  
echo "rm failed."
                else
-                       echo "rm canceled, no files/directories deleted."
+                       echo "rm cancelled, no files/directories deleted."
                fi
        fi
 }
@@ -79,8 +79,16 @@
        RM -rf autom4*.cache `find .[^.]* [^_]* -name Makefile.\* | egrep -v 
'(\.(|ag|standalone|rules|bsd|svr4|sun4|PL|inc|svn-base)|burg/Makefile.orig)$' 
; find .[^.]* [^_]* -name \*.class -o -name \*.orig -o -name \*.rej -o -name 
.cache -o -name .incs.\* -o -name \*.pyc -o -name \*~ -o -name .\*~ -o -name 
.#\* -o -name \*.bak | grep -v 'burg/Makefile.orig$'` ./install.lst ./doc.lst 
./acout.in ./configure.in ./aclocal.m4 ./configure ./stamp-h.in ./conf/depcomp 
./conf/mkinstalldirs ./conf/stamp-h.in ./conf/config.h.in ./conf/install-sh 
./conf/config.guess ./conf/config.sub ./conf/ltconfig ./conf/ltmain.sh 
./conf/missing ./conf/compile ./acconfig.h ./*_config.h.in
 fi
 
-echo '
+if [ -d CVS ]; then
+    echo '
 It might be a good idea to run "cvs -q diff --brief", now,
-to check whether required files have been removed accidently.
+to check whether required files have been removed accidentally.
 If so, these files can be restored by "cvs update <file>".
 '
+else
+    echo '
+It might be a good idea to run "hg status -d", now,
+to check whether required files have been removed accidentally.
+If so, these files can be restored by "hg revert <file>".
+'
+fi
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to