dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: remove inaccurate comment about "GNU-ism"


From: Eric Wong
Subject: [PATCH] doc: remove inaccurate comment about "GNU-ism"
Date: Mon, 22 Apr 2019 02:25:51 +0000

touch(1posix) documents the presence of "-r"
---
 Documentation/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) $< address@hidden
-       touch -r $< address@hidden 2>/dev/null || true # GNU-ism
+       touch -r $< address@hidden
        mv address@hidden $@
 
 clean::
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]