From 5a19ebcfe62a7c34f211ecdf5d7683b0f9200d88 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 22 Apr 2019 02:25:27 +0000 Subject: doc: remove inaccurate comment about "GNU-ism" touch(1posix) documents the presence of "-r" --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') 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:: -- cgit v1.2.3-24-ge0c7