summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-17 10:02:58 +0200
committerJim Meyering <meyering@redhat.com>2011-06-17 12:11:03 +0200
commit23ddefd3d151fa20169ffb939b8b4b619af88c27 (patch)
tree38334b5dfe0cc34235935bfb4bc54313f5687fd5 /gl
parent7df26ae6feb4fdbc5a67b2967a132e14d9fe0003 (diff)
downloadcoreutils-23ddefd3d151fa20169ffb939b8b4b619af88c27.tar.xz
maint: use modules/tempname.diff file, not a replacement; update gnulib
Using a .diff is much more maintainable. Otherwise, changes in the gnulib module description file may not be noticed and merged promptly and may even result in subtle errors. Luckily, this time, the failure to propagate gnulib's changes to modules/tempname resulted only in an obvious link failure. * gl/modules/tempname: Remove file. * gl/modules/tempname.diff: Use a .diff file instead. * gnulib: Update submodule to latest.
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/tempname30
-rw-r--r--gl/modules/tempname.diff18
2 files changed, 18 insertions, 30 deletions
diff --git a/gl/modules/tempname b/gl/modules/tempname
deleted file mode 100644
index 3d8431796..000000000
--- a/gl/modules/tempname
+++ /dev/null
@@ -1,30 +0,0 @@
-Description:
-gen_tempname, gen_tempname_len: create a private temporary file or directory.
-
-Files:
-lib/tempname.c
-lib/tempname.h
-m4/tempname.m4
-
-Depends-on:
-extensions
-gettimeofday
-randint
-stdbool
-stdint
-sys_stat
-sys_time
-
-configure.ac:
-gl_FUNC_GEN_TEMPNAME
-
-Makefile.am:
-
-Include:
-"tempname.h"
-
-License:
-LGPL
-
-Maintainer:
-Eric Blake and Jim Meyering
diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff
new file mode 100644
index 000000000..c5278d997
--- /dev/null
+++ b/gl/modules/tempname.diff
@@ -0,0 +1,18 @@
+--- /gnulib/modules/tempname 2011-06-17 11:41:46.070787376 +0200
++++ gl/modules/tempname 2011-06-17 11:43:49.571154551 +0200
+@@ -1,2 +1,2 @@
+ Description:
+-gen_tempname() function: create a private temporary file or directory.
++gen_tempname, gen_tempname_len: create a private temporary file or directory.
+
+ Files:
+ lib/tempname.c
+@@ -10,6 +10,8 @@ Depends-on:
+ extensions
+ gettimeofday
+ lstat
++randint
++stdbool
+ stdint
+ sys_stat
+ sys_time