automake-patches
[Top][All Lists]
Advanced

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

FYI: remove &create on branch.


From: Alexandre Duret-Lutz
Subject: FYI: remove &create on branch.
Date: Wed, 17 Jul 2002 11:50:02 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

[Guillaume, please write to mailing lists not to people.]

>>> "Guillaume" == Guillaume Fortin <address@hidden> writes:

 > $ /opt/gnu/bin/automake --version
 > Prototype mismatch: sub Automake::SEEK_SET vs () at /opt/gnu/bin/automake
 > line 8317
 > Prototype mismatch: sub Automake::SEEK_CUR vs () at /opt/gnu/bin/automake
 > line 8317
 > Prototype mismatch: sub Automake::SEEK_END vs () at /opt/gnu/bin/automake
 > line 8317
 > automake (GNU automake) 1.6.2
 > Written by Tom Tromey <address@hidden>.
 >
 > Systeme : Solaris
 > Version de perl : 5.005_03
 > Version de IO::File : 1.08

Thanks.  I'm checking this in (on branch-1-6 only, it has
already been removed from HEAD).

2002-07-17  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (create): Delete.  (Unused function causing
        warnings with Perl 5.005_03.)

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1287.2.15
diff -u -r1.1287.2.15 automake.in
--- automake.in 16 Jul 2002 21:52:56 -0000      1.1287.2.15
+++ automake.in 17 Jul 2002 09:40:47 -0000
@@ -8364,17 +8364,6 @@
 
 ################################################################
 
-# Ensure a file exists.
-sub create
-{
-    use IO::File;
-    my ($file) = @_;
-
-    my $touch = new IO::File (">> $file");
-    $touch->close;
-}
-
-
 # Glob something.  Do this to avoid indentation screwups everywhere we
 # want to glob.  Gross!
 sub my_glob

-- 
Alexandre Duret-Lutz




reply via email to

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