automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] drop "Win32" term


From: Stefano Lattarini
Subject: Re: [PATCH] drop "Win32" term
Date: Wed, 04 Jan 2012 18:28:17 +0100

Hi Paul, thanks for the patch.

I've completed the git commit log as follows (mostly to abide to the
GCS):

  * doc/automake.texi: Mention "Windows", not "Win32".
  * lib/Automake/XFile.pm: Likewise.
  * lib/ar-lib: Likewise.
  * lib/compile: Likewise.
  * tests/compile2.test: Likewise.

I've then squashed in the amendments below, and pushed in your name.

Regards,
  Stefano

-*-*-

diff --git a/doc/automake.texi b/doc/automake.texi
index fb584b6..9e2a989 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -10242,8 +10242,7 @@ test.  For instance, @command{false} (from GNU 
coreutils) is never
 successful, even for @option{--help} or @option{--version}.  You can list
 such programs in the variable @code{AM_INSTALLCHECK_STD_OPTIONS_EXEMPT}.
 Programs (not scripts) listed in this variable should be suffixed by
address@hidden(EXEEXT)} for the sake of native Windows or OS/2.
-For instance, suppose we
address@hidden(EXEEXT)} for the sake of Windows or OS/2.  For instance, suppose 
we
 build @file{false} as a program but @file{true.sh} as a script, and that
 neither of them support @option{--help} or @option{--version}:

diff --git a/lib/Automake/XFile.pm b/lib/Automake/XFile.pm
index 68b1750..b80025d 100644
--- a/lib/Automake/XFile.pm
+++ b/lib/Automake/XFile.pm
@@ -1,5 +1,5 @@
-# Copyright (C) 2001, 2003, 2004, 2006, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004, 2006, 2008, 2009, 2010, 2012 Free
+# Software Foundation, Inc.

 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -176,8 +176,8 @@ C<\n> on input files.

 =cut

-# Some native Windows/perl installations fail to translate \r\n to \n on input
-# so we do that here.
+# Some native Windows/perl installations fail to translate \r\n to \n on
+# input so we do that here.
 sub getline
 {
   local $_ = $_[0]->SUPER::getline;
diff --git a/lib/ar-lib b/lib/ar-lib
index d90c636..1a1dbd0 100755
--- a/lib/ar-lib
+++ b/lib/ar-lib
@@ -2,10 +2,9 @@
 # Wrapper for Microsoft lib.exe

 me=ar-lib
-scriptversion=2010-09-02.19; # UTC
+scriptversion=2012-01-04.17; # UTC

-# Copyright (C) 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
 # Written by Peter Rosin <address@hidden>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -42,7 +41,7 @@ file_conv=

 # func_file_conv build_file
 # Convert a $build file to $host form and store it in $file
-# Currently only supports native Windows hosts.
+# Currently only supports Windows hosts.
 func_file_conv ()
 {
   file=$1
diff --git a/lib/compile b/lib/compile
index de0e447..b246777 100755
--- a/lib/compile
+++ b/lib/compile
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand `-c -o'.

-scriptversion=2012-01-04.15; # UTC
+scriptversion=2012-01-04.17; # UTC

-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
 # Written by Tom Tromey <address@hidden>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ file_conv=

 # func_file_conv build_file lazy
 # Convert a $build file to $host form and store it in $file
-# Currently only supports native Windows hosts. If the determined conversion
+# Currently only supports Windows hosts. If the determined conversion
 # type is listed in (the comma separated) LAZY, no conversion will
 # take place.
 func_file_conv ()
diff --git a/tests/compile2.test b/tests/compile2.test
index 1894d63..e1abb2a 100755
--- a/tests/compile2.test
+++ b/tests/compile2.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -61,11 +61,10 @@ export amtest_source amtest_object amtest_obj amtest_lock
 ./compile ./mycc -c "$amtest_source" -o "$amtest_object"
 test -f "$amtest_object"

-
-# Absolute w32 paths should be accepted.
-# Do not actually run this test on anything that could be w32.
+# Absolute Windows paths should be accepted.
+# Do not actually run this test on anything that could be Windows.
 if test -d 'C:\'; then
-  skip_ "this test shouldn't run on a native Windows-like system"
+  skip_ "this test shouldn't run on a Windows-like system"
 fi
 case $PATH_SEPARATOR in
  ';'|':');;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]