Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv6939

Modified Files:
        make.patch 
Log Message:
Oops, accidentally added a backup file into the patch (harmless, but also 
pointless). Thanks to Martin Costabel for pointing this out to me :-)

Index: make.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/make.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- make.patch  24 Jul 2007 20:45:41 -0000      1.3
+++ make.patch  26 Jul 2007 00:51:22 -0000      1.4
@@ -380,3118 +380,6 @@
          new_argv[0][line_len] = '\0';
        }
  #else
-diff -ruN make-3.81/job.c~ make-3.81-patched/job.c~
---- make-3.81/job.c~   1970-01-01 01:00:00.000000000 +0100
-+++ make-3.81-patched/job.c~   2007-07-24 22:28:38.000000000 +0200
-@@ -0,0 +1,3108 @@
-+/* Job execution and handling for GNU Make.
-+Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-+1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
-+Foundation, Inc.
[...3087 lines suppressed...]
-+  fd = dup (old);
-+  if (fd != new)
-+    {
-+      (void) close (fd);
-+      errno = EMFILE;
-+      return -1;
-+    }
-+
-+  return fd;
-+}
-+#endif /* !HAPE_DUP2 && !_AMIGA */
-+
-+/* On VMS systems, include special VMS functions.  */
-+
-+#ifdef VMS
-+#include "vmsjobs.c"
-+#endif
 diff -ruN make-3.81/main.c make-3.81-patched/main.c
 --- make-3.81/main.c   2006-03-20 03:36:37.000000000 +0100
 +++ make-3.81-patched/main.c   2007-07-24 22:28:38.000000000 +0200


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to