From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: law@cygnus.com Cc: egcs@cygnus.com Subject: Re: New texinfo still breaks `make bootstrap` Date: Tue, 31 Mar 1998 00:46:00 -0000 Message-id: <199803310231.SAA11043@rtl.cygnus.com> References: X-SW-Source: 1998-04/msg00012.html A lot texinfo related problems could be fixed simply by not building the stuff we don't need. For instance, this gets me past the texinfo build problems others are reporting, though I don't know yet whether the resulting makeinfo program works, my build is still going. There was a similar change in the old EGCS texinfo sources. Fri Oct 31 09:39:31 1997 Jeffrey A Law (law@cygnus.com) * Makefile.in (install targets): Add a dummy target for sunos make. (SUBDIR): Remove 'info'. It's unneeded. Index: Makefile.am =================================================================== RCS file: /egcs/carton/cvsfiles/egcs/texinfo/Makefile.am,v retrieving revision 1.4 diff -p -r1.4 Makefile.am *** Makefile.am 1998/03/24 19:40:22 1.4 --- Makefile.am 1998/03/31 02:26:47 *************** EXTRA_DIST = INTRODUCTION dir-example *** 14,16 **** --- 14,19 ---- # Do doc/ last so makeinfo will be built when we get there. # Others are alphabetical. SUBDIRS = intl lib info makeinfo po util doc + # ??? For EGCS, only build the stuff we actually need. This eliminates the + # need for xgettext that exists in the po subdirectory. + SUBDIRS = intl lib makeinfo Index: Makefile.in =================================================================== RCS file: /egcs/carton/cvsfiles/egcs/texinfo/Makefile.in,v retrieving revision 1.9 diff -p -r1.9 Makefile.in *** Makefile.in 1998/03/24 19:40:23 1.9 --- Makefile.in 1998/03/31 02:26:47 *************** EXTRA_DIST = INTRODUCTION dir-example *** 97,102 **** --- 97,105 ---- # Do doc/ last so makeinfo will be built when we get there. # Others are alphabetical. SUBDIRS = intl lib info makeinfo po util doc + # ??? For EGCS, only build the stuff we actually need. This eliminates the + # need for xgettext that exists in the po subdirectory. + SUBDIRS = intl lib makeinfo ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h