Node:Match all, Previous:CVS, Up:Using Transbuild



Rule to match all files

If you want a rule to match all files in the source tree, make the source-suffex an empty string. This rule would have to be placed at the end of the build script, otherwise none of the other rules would be reached.

Do not be tempted to use this as a way of disabling the error that occurs when no rule matches a file. That error is a safety net to detect unexpected files in the source tree.