From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:241e:: with SMTP id f30mr2241277jaa.11.1542827586563; Wed, 21 Nov 2018 11:13:06 -0800 (PST) X-Received: by 2002:a9d:da3:: with SMTP id 32mr141584ots.3.1542827586444; Wed, 21 Nov 2018 11:13:06 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!2.eu.feeder.erje.net!4.us.feeder.erje.net!feeder.erje.net!nntp.club.cc.cmu.edu!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z5-v6no326223ite.0!news-out.google.com!v141ni109ita.0!nntp.google.com!z5-v6no326219ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 21 Nov 2018 11:13:06 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.186.239.209; posting-account=O1Kt4QoAAABKYAjrg-cGai_vZLnN2LEw NNTP-Posting-Host: 31.186.239.209 References: <0577e947-d691-4b81-aca6-b2e86bbef634@googlegroups.com> <04221674-95d8-4d4a-8743-42877b13eead@googlegroups.com> <7938d434-d666-4b80-a5cb-6c2f8ee70153@googlegroups.com> <1cc54d43-c7fb-420d-b7e7-6e447dec3f2d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <19e1fc7c-36da-4724-a29c-24feecf6fa65@googlegroups.com> Subject: Re: GNAT Modification_Time limitation From: Lionel Draghi Injection-Date: Wed, 21 Nov 2018 19:13:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:54868 Date: 2018-11-21T11:13:06-08:00 List-Id: Le mercredi 21 novembre 2018 12:16:12 UTC+1, briot.e...@gmail.com a =C3=A9c= rit=C2=A0: ... > Slightly out of topic (sorry): I found tup (http://gittup.org/tup/index.h= tml) which appears to be doing > exactly what you want to achieve. It monitors file accesses but it uses a= fuse filesystem for this, rather > than ptrace. >=20 Very interresting information for me at least :-), thank you. Not sure the goal is the same.=20 I see on http://gittup.org/tup/ex_a_first_tupfile.html a small exemple of tupfile, and it give's both the input and the target wit= h the command: : hello.c |> gcc hello.c -o hello |> hello This is what I try to avoid! (not to mention one more specific format)=20