|
|
|
|
|
by gjvc
1066 days ago
|
|
I use make for (among other things) transforming files; batch compression being the simplest example, so all one requires is a rule saying %.log.xz : %.log and all is well. But if people have colons in filenames, for example for timestamps, all bets are off, and make chokes spectacularly. |
|