diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25 09:17:02 +0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25 09:17:02 +0000 |
commit | e9b6397d2f902eb4f5bf0fd513013d92af074cfc (patch) | |
tree | a8885e6bb9cc641550e6b4a7774a3dc93c1e77fb /mk/programs.mk | |
parent | 4315acb8c0a40703b17f837ab82e9a691b5c14ab (diff) |
Add a rule for creating directories
The tricky thing here is that if you have a directory as a
prerequisite, you need to declare it as a "order-only prerequisite"
("dir/prog: stuff | dir"), otherwise the target will be rebuilt every
time because the timestamp on the directory keeps changing.
Diffstat (limited to 'mk/programs.mk')
0 files changed, 0 insertions, 0 deletions