summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-28 10:27:31 +0100
committerJim Meyering <jim@meyering.net>2007-02-28 10:27:31 +0100
commit195108489b212bb4d68de704768aad4780d84519 (patch)
tree28cbc3d233ded696517f98aa5c87c8b4a69de370
parent55bc95b4d32b9a2e6cbff72b0058b08d15024951 (diff)
downloadcoreutils-195108489b212bb4d68de704768aad4780d84519.tar.xz
* Makefile.maint (gnulib_snapshot_date): Remove now-unused definition.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.maint4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 56580a0a4..a9593fe22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-28 Jim Meyering <jim@meyering.net>
+
+ * Makefile.maint (gnulib_snapshot_date): Remove now-unused definition.
+
2007-02-27 Paul Eggert <eggert@cs.ucla.edu>
Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.
diff --git a/Makefile.maint b/Makefile.maint
index 1cde1a434..b1202b540 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -564,8 +564,8 @@ xd-delta = $(PACKAGE)-$(PREV_VERSION)-$(VERSION).xdelta
rel-files = $(xd-delta) $(DIST_ARCHIVES)
-# Approximate date of last "update" by the date on the ChangeLog file.
-gnulib_snapshot_date = $$(date -u --date $$cl_date '+%Y-%m-%d %T %z')
+# Approximate the date of last gnulib "update" by the ChangeLog file's
+# mtime, and provide that date in the announcement.
announcement: NEWS ChangeLog $(rel-files)
@cl_date=$$(stat --printf @%Y $(gnulib_dir)/ChangeLog); \
utc_date=$$(date -u --date $$cl_date '+%Y-%m-%d %T %z'); \