mkmindriver - no magic

David Scott Page page at cs.utexas.edu
Fri Apr 4 12:47:44 EST 2003


Hi,

In tools/click-mkmindriver/click-mkmindriver.cc, the line (252):

   String expectation = String("\n## Click ") + Driver::requirement(driver) + " driver Makefile ##\n";
                                ^^

erroneously expects a newline preceeding the Makefile title (magic
string).  On my Sun Solaris machine, the magic string is the first
line in the generated Makefile. Remove the newline (well, actually, I
added a blank line to the Makefile) and it works just like ...

Sincerely,
Scott Page




More information about the click mailing list