summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-25 19:26:08 +0100
committerJim Meyering <meyering@redhat.com>2008-01-26 17:16:22 +0100
commitb5d6e9db91f9d116a2fc5f5b1163c3fb0b25ffbb (patch)
treefdbec9647dcb5df7e8ac2dfe50acc650233b2341 /Makefile.maint
parent73cfcbac05cff65c5ea91300370b2c14d480d26e (diff)
downloadcoreutils-b5d6e9db91f9d116a2fc5f5b1163c3fb0b25ffbb.tar.xz
Clean up build-related rules.
* Makefile.cfg (gnulib_dir): Update comment. * Makefile.maint (announcement) [cl_date, utc_date]: Don't set now-unused variables.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.maint b/Makefile.maint
index fa2ceb673..1dd34401a 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -629,9 +629,7 @@ gnulib-version = $$(cd $(gnulib_dir) && git describe)
# 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'); \
- ./build-aux/announce-gen \
+ @./build-aux/announce-gen \
--release-type=$(RELEASE_TYPE) \
--package=$(PACKAGE) \
--prev=$(PREV_VERSION) \