preparing to drop texinfo from CVS

Jason Merrill jason@cygnus.com
Thu May 4 16:46:00 GMT 2000


>>>>> Zack Weinberg <zack@wolery.cumb.org> writes:

 > On Wed, May 03, 2000 at 10:42:59PM -0700, Jason Merrill wrote:

 >> It looks to me like always using install-info would work fine.  We wouldn't
 >> try to build them again because BUILD_INFO would not be set.

 > The install-info target, if I read it correctly, doesn't know to look
 > in $(srcdir) for the info files if it doesn't find them in the build
 > tree.

That should be easy enough to fix:

  if [ ! -f gcc.info ]; then cd $(srcdir); fi; \

ought to do it.

Jason


More information about the Gcc-patches mailing list