> I don't remember anything that just checks 'existance' > without checking the timestamp. Which, to epeat myself, would be extremely useful, especially for directories (because adding a file means updating the directories mtime, which ...). I always end up with something like test -d ${d} || mkdir -p ${d} which doesn't feel very make-like.
- make: order-only prerequisites? Thomas Klausner
- Re: make: order-only prerequisites? Edgar Fuß
- Re: make: order-only prerequisites? Joerg Sonnenberger
- Re: make: order-only prerequisites? Christos Zoulas
- Re: make: order-only prerequisites? Thomas Klausner
- Re: make: order-only prerequisites? David Holland
- Re: make: order-only prerequisites? Thomas Klausner
- Re: make: order-only prerequisite... David Laight
- make: existence-only prerequi... Edgar Fuß
- Re: make: existence-only ... Taylor R Campbell
- Re: make: existence-only ... Edgar Fuß
- Re: make: existence-only ... J. Lewis Muir
- Re: make: existence-only ... Edgar Fuß
- Re: make: existence-only ... Taylor R Campbell
- Re: make: order-only prerequisites? Christos Zoulas