From 532d4a24e2013262dfa41fd85c06a9715c99abf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 24 Oct 2022 21:03:42 +0200 Subject: New upstream version 4.7 --- doc/dirstamp.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/dirstamp.rst (limited to 'doc/dirstamp.rst') diff --git a/doc/dirstamp.rst b/doc/dirstamp.rst new file mode 100644 index 0000000..fe69d26 --- /dev/null +++ b/doc/dirstamp.rst @@ -0,0 +1,7 @@ +Improved dirstamp +================= + +.. code-block:: makefile + + dirstamp.lst: + [ ! -e $@ -o -n "$(find dir/ -newer $@ -print -quit)" ] && touch $@ || :; -- cgit v1.2.3