]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Use touch for proto.h-tstamp since one awk wasn't updating mtime.
authorWayne Davison <wayne@opencoder.net>
Mon, 3 Aug 2020 20:31:56 +0000 (13:31 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 3 Aug 2020 20:33:46 +0000 (13:33 -0700)
mkproto.awk

index a64d132eefd0f0c3e5d1467cce90f82d2bcb4e0a..bd2e927b947b86c24e4d447dad5e480fa4cedc97 100644 (file)
@@ -36,5 +36,5 @@ inheader {
 
 END {
     if (old_protos != protos) print protos > "proto.h"
-    printf "" > "proto.h-tstamp"
+    system("touch proto.h-tstamp")
 }