1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 14:07:48 +00:00

dist: 'make set-timestamps' cleanup

* Makefile (set-timestamps): Use git's tformat rather than format,
to port to strict POSIX hosts where `` output in shell scripts
cannot end in a non-newline.  Use git diff --quiet rather than git
diff --name-only, as it's simpler.  Use touch -c for safety, and
-m to avoid setting last-access time, which we don't care about.
Diagnose files that don't match repository.
* NEWS: Document this.
This commit is contained in:
Paul Eggert
2013-09-23 10:58:56 -07:00
parent bdf636b211
commit 8ea4850bf6
2 changed files with 10 additions and 7 deletions

2
NEWS
View File

@@ -28,6 +28,8 @@ Unreleased, experimental changes
done differently, and tags would either not have a simple name or
not exactly match what was released.
'make set-timestamps' is now simpler and a bit more portable.
Release 2013e - 2013-09-19 23:50:04 -0700