[mpich2-commits] r6751 - mpich2/trunk/maint

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed May 26 23:51:46 CDT 2010


Author: balaji
Date: 2010-05-26 23:51:46 -0500 (Wed, 26 May 2010)
New Revision: 6751

Modified:
   mpich2/trunk/maint/release.pl
Log:
When creating the release tarball, we should give the -distrib option
to ./maint/updatefiles. This makes sure that simplemake is not
executed because of timestamp differences.


Modified: mpich2/trunk/maint/release.pl
===================================================================
--- mpich2/trunk/maint/release.pl	2010-05-25 21:58:12 UTC (rev 6750)
+++ mpich2/trunk/maint/release.pl	2010-05-27 04:51:46 UTC (rev 6751)
@@ -180,7 +180,7 @@
 print("===> Creating configure in the main package... ");
 chdir("${root}/${pack}-${version}");
 {
-    my $cmd = "./maint/updatefiles";
+    my $cmd = "./maint/updatefiles -distrib";
     $cmd .= " --with-autoconf=$with_autoconf" if $with_autoconf;
     $cmd .= " --with-automake=$with_automake" if $with_automake;
     run_cmd($cmd);



More information about the mpich2-commits mailing list