Re: [tup] Passing on '%' Flags to Application without Tup Replacing Them

2018-04-11 Thread Mike Shal
On Wed, Apr 11, 2018 at 9:07 PM, Varun Ramesh wrote: > As part of my build process, I create a video from an image sequence. The > ffmpeg call looks something like this: > > ffmpeg -i image-%03d.png video.webm > > Tup tries to interpret the '%03d' flag, errors, and thus does not build. > Is there

[tup] Passing on '%' Flags to Application without Tup Replacing Them

2018-04-11 Thread Varun Ramesh
As part of my build process, I create a video from an image sequence. The ffmpeg call looks something like this: ffmpeg -i image-%03d.png video.webm Tup tries to interpret the '%03d' flag, errors, and thus does not build. Is there anyway to make Tup ignore this and pass it directly on to the a