public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
From: goredo <spacefrogg-goredo@spacefrogg•net>
To: goredo-devel@lists.cypherpunks.ru
Subject: Willing out-of-date targets do not work
Date: Tue, 12 Oct 2021 14:29:22 +0000 (UTC)	[thread overview]
Message-ID: <9a9db16c-7431-4bbd-9c42-4ce677efe0a9@spacefrogg.net> (raw)

Hi,

it was my impression, and the FAQ also states, that targets, that do not produce output files, are always considered out-of-date.  This does not seem to be the case.

Test case:
f.do:
```
#!/bin/sh
echo foo >&2
```

Run `redo-ifchange f` twice. `foo` only gets printed once.

Kind regards,
–Michael



             reply	other threads:[~2021-10-12 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 14:29 goredo [this message]
2021-10-14 10:31 ` Willing out-of-date targets do not work Sergey Matveev