about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 02:25:27 +0000
committerEric Wong <e@80x24.org>2019-04-22 02:25:27 +0000
commit5a19ebcfe62a7c34f211ecdf5d7683b0f9200d88 (patch)
treefa5a3f636361bbe28d0b85487a2e2e6ab4efe3d1 /Documentation
parentf960d8e04413ebae2d0b46e5428d1b58d75a0e86 (diff)
downloaddtas-5a19ebcfe62a7c34f211ecdf5d7683b0f9200d88.tar.gz
touch(1posix) documents the presence of "-r"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index a483c0a..d3834f9 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -69,7 +69,7 @@ all :: txt
 
 %.txt : %.pod
         $(pod2text) $< $@+
-        touch -r $< $@+ 2>/dev/null || true # GNU-ism
+        touch -r $< $@+
         mv $@+ $@
 
 clean::