mkmindriver - no magic

Eddie Kohler kohler at icir.org
Fri Apr 4 16:12:13 EST 2003


> 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 ...

Hi Scott,

I guess your Solaris machine has a different autoconf; our autoconf adds a
line at the beginning of the file, "# This file automatically generated..."
etc. I've checked in changes to the Makefiles.

Eddie




More information about the click mailing list