[commit] Handle True64's make

Andrew Cagney ac131313@redhat.com
Thu Mar 20 22:42:00 GMT 2003


Hello,

Given `cli/cli-interp.c', True64's make was helpfuly expanding it to 
"/full/path/to/src/gdb/cli/cli-interp.c".  Unfortunatly, the init.c 
generator code was also expanding it, giving 
/full/path/to/src/gdb//full/path/to/src/gdb/cli/cli-interp.c.  Oops! 
Since such files didn't exist, such files _initialize_*() functions were 
being missed, and hence, things like the cli interpreter were not being 
registered.  This lead to a gdb with no known interpreter!

The attached avoids this problem.

committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20030320/21f88e80/attachment.ksh>


More information about the Gdb-patches mailing list