public inbox for goredo-devel@lists.cypherpunks.ru
Atom feed
* Willing out-of-date targets do not work
@ 2021-10-12 14:29 goredo
  2021-10-14 10:31 ` Sergey Matveev
  0 siblings, 1 reply; 2+ messages in thread
From: goredo @ 2021-10-12 14:29 UTC (permalink / raw)
  To: goredo-devel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-14 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 14:29 Willing out-of-date targets do not work goredo
2021-10-14 10:31 ` Sergey Matveev