From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: msys-to-w32 (was: Building Emacs from a new MinGW environment) Date: Tue, 12 Nov 2013 09:08:21 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1384243712 25410 80.91.229.3 (12 Nov 2013 08:08:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2013 08:08:32 +0000 (UTC) Cc: Emacs development discussions To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 12 09:08:34 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vg91T-0004Be-7W for ged-emacs-devel@m.gmane.org; Tue, 12 Nov 2013 09:08:31 +0100 Original-Received: from localhost ([::1]:41508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg91S-00029N-PD for ged-emacs-devel@m.gmane.org; Tue, 12 Nov 2013 03:08:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg91P-00029C-5f for emacs-devel@gnu.org; Tue, 12 Nov 2013 03:08:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vg91N-0003N3-RC for emacs-devel@gnu.org; Tue, 12 Nov 2013 03:08:27 -0500 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:33090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vg91L-0003LQ-5X; Tue, 12 Nov 2013 03:08:23 -0500 Original-Received: by mail-la0-f47.google.com with SMTP id ep20so1816712lab.6 for ; Tue, 12 Nov 2013 00:08:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=m+Jv3YJlLyoBdw53scPpmAfn+js5jQSK7fBSJ3UOp5g=; b=b1UWUpLhY8g5HgE2jI6W5KghAo8ynfgezVRhvG65d4Ezet3seVf2c4Yl/ImgBw6ORx hBQAp/1R8nwP9lFX7/v/VVxlVIzS0UWKpk9S8i4rk8dOis/2tl6/yHQ4nKLmmLB5hTSp Ij5ElrPgn7SgWeqwRnGAmFO4YRKycWZRXFvTjR01kxn3ECiVzyXBN3yWC4rXcBAETXUP I6qzvIvJp+qpYA9AmIkCA8/z16X3pYxZZ70IBVHw1BKcGcYAUwCgVh/god2vipqohIBN BreE5/iR5yj3fjZMQagPUcLZTeVoOX1i2r/cZ2fqmiZ28HDsgRwzozOuS6L5tSw1Avqn NqLQ== X-Received: by 10.152.225.161 with SMTP id rl1mr481419lac.38.1384243701442; Tue, 12 Nov 2013 00:08:21 -0800 (PST) Original-Received: by 10.114.176.231 with HTTP; Tue, 12 Nov 2013 00:08:21 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165198 Archived-At: Thanks for the code review, Glenn. I agree with your comments. See below the changes I've made. This is the new version of the whole patch, against trunk revno 115072: https://www.dropbox.com/s/lqgogbn6mrb2qs0/msys-to-w32.v4.diff diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32 index d4b0c7b..5750831 100644 --- a/build-aux/msys-to-w32 +++ b/build-aux/msys-to-w32 @@ -3,12 +3,6 @@ # MS-Windows format. # Status is zero if successful, nonzero otherwise. -VERSION='2013-11-11 19:18'; # UTC -# The definition above must lie within the first 8 lines in order -# for the Emacs time-stamp write hook (at end) to update it. -# If you change this file with Emacs, please let the write hook -# do its job. Otherwise, update this string manually. - # Copyright (C) 2013 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -58,24 +52,14 @@ SEPARATOR. Options: --help display this help and exit - --version output version information and exit Report bugs to ." -version=`expr "$VERSION" : '\([^ ]*\)'` -version="msys-to-w32 $version -Copyright (C) 2011 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law." - for arg do case $arg in --help | --hel | --he | --h) exec echo "$help" ;; - --version | --versio | --versi | --vers | --ver | --ve | --v) - exec echo "$version" ;; --) shift break ;; @@ -179,11 +163,3 @@ done # Write the translated pathlist to the standard output printf "${pathlist2}" - -## Local Variables: -## eval: (add-hook 'write-file-functions 'time-stamp) -## time-stamp-start: "VERSION='" -## time-stamp-format: "%:y-%02m-%02d %02H:%02M" -## time-stamp-time-zone: "UTC" -## time-stamp-end: "'; # UTC" -## End: -- Dani Moncayo