From: Brian P. <bri...@tu...> - 2004-09-13 15:08:27
|
Christopher Waters wrote: > Is a python port of the fastdeps.pl still needed (as said in the TO-DO > file)? I've written one up, and attached it to this. > > While writing it, I discovered a bug in the perl version: the expression > "/^-I(.+)\/$/" on line 92 should be "/^-I(.+\/)$/" in order to properly > recognize include paths with a trailing slash. > > If it is still needed, could someone check to see that the python > version works correctly? I also didn't know exactly what to put at the > top, as well (copyright?) I think you can put your own copyright statement at the top, but use the regular Cr license. I'll check the script in now though. -Brian |