all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Cc: Emacs development discussions <emacs-devel@gnu.org>
Subject: msys-to-w32 (was: Building Emacs from a new MinGW environment)
Date: Tue, 12 Nov 2013 09:08:21 +0100	[thread overview]
Message-ID: <CAH8Pv0hsKSiZY3kX4-Vqta8KWdNmEuaj27=Z9T5QQBLNLz1wzw@mail.gmail.com> (raw)

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 <bug-gnu-emacs@gnu.org>."

-version=`expr "$VERSION" : '\([^ ]*\)'`
-version="msys-to-w32 $version
-Copyright (C) 2011 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-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



             reply	other threads:[~2013-11-12  8:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12  8:08 Dani Moncayo [this message]
2013-11-12 18:42 ` msys-to-w32 Sean Sieger
2013-11-18  7:38 ` msys-to-w32 (was: Building Emacs from a new MinGW environment) Dani Moncayo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH8Pv0hsKSiZY3kX4-Vqta8KWdNmEuaj27=Z9T5QQBLNLz1wzw@mail.gmail.com' \
    --to=dmoncayo@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.