aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1992-02-26changed prms to send_prHeinz G. Seidl1-1/+1
1992-02-25mkdir $(infodir) on install-info.K. Richard Pixley1-15/+11
1992-02-13I think this solves the MAKEINFO and BISON rooting problems.K. Richard Pixley1-17/+96
1992-02-08In configure{.in} {host|target}_makefile_frag should name a fileK. Richard Pixley1-1/+3
relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
1992-02-07Patch joins devo.K. Richard Pixley1-3/+68
1992-01-29 * Makefile.in: For libg++, make sure the -I pointingPer Bothner1-4/+14
to the gcc directory goes *after* all the libg++-local -I flags. Also, move just-gcc dependency from just-libg++ to all-libg++.
1992-01-19* Makefile.in (DEV_SUPPORT): add configure.man.Stu Grossman1-1/+1
1992-01-18* Makefile.in: remove form feeds to make Sun's make happy.Stu Grossman1-30/+29
(DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
1992-01-06Add libg++.John Gilmore1-8/+81
Cut gnulib and gnulib1 out of the process. More work needed here to put them back into the process in the gcc directory.
1991-12-28small changes to accomodate other versions of configureK. Richard Pixley1-3/+69
1991-12-28flex joins the fray, also fixed clean-info in devo.K. Richard Pixley1-10/+73
1991-12-19add menu item and Makefile.in hookK. Richard Pixley1-7/+47
1991-12-13removed -ansi and -languages options from configure, addedK. Richard Pixley1-1/+5
configure.texi (a work in progress), configure.man (a terse first cut), build configure.info and install man page.
1991-12-12revised install for dir.infoK. Richard Pixley1-7/+12
1991-12-11infodir belongs in datadirK. Richard Pixley1-8/+3
1991-12-10clean-gdbm on cleanK. Richard Pixley1-1/+1
1991-12-10install-gcc on installK. Richard Pixley1-2/+2
1991-12-10BISON now bison -y againK. Richard Pixley1-5/+5
1991-12-10fix for bad directory testsK. Richard Pixley1-128/+386
1991-12-07Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-74/+1034
* Makefile.in: unwrapped some for loops so that parallel makes work again and so one can focus one's attention on a particular package. Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: added PWD as a stand in for `pwd` (for speed). use elif wherever possible. make -srcdir work without -objdir. -objdir= commented out. Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) * configure: +options become --options. -subdirs commented out. added -host, -datadir. Renamed -destdir to -prefix. Comment in Makefile now at top of generated Makefile. Removed cvs log entries. added -srcdir. create .gdbinit only if there is one in ${srcdir}. * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Freshly created ChangeLog.
1991-11-22Add glob to SUBDIRS and GDB_SUPPORT_DIRS.John Gilmore1-2/+5
Remove texinfo from configdirs in GDB releases' configure.in file, since it won't have any config scripts.
1991-11-21Rename REAMME.configure to DOC.configureJohn Gilmore1-1/+1
1991-11-21temporary mid-attempt at fixincludes during three-stageK. Richard Pixley1-24/+39
1991-11-14assume a yacc command line interface for the programK. Richard Pixley1-2/+2
1991-11-13add targets to generate info directory filesK. Richard Pixley1-1/+13
1991-11-13propogate MAKEINFO like we propogate BISONK. Richard Pixley1-3/+11
1991-11-13use gcc as ld for later stagesK. Richard Pixley1-2/+2
1991-11-12add texinfo; mkdir foo/info; echo when mkdir'ingK. Richard Pixley1-1/+3
1991-11-11add GCCVERBOSE flag for debuggingK. Richard Pixley1-2/+7
1991-11-09thin out directories actually createdK. Richard Pixley1-11/+2
1991-11-08rework install-dirs, add install-no-fixincludeK. Richard Pixley1-21/+30
1991-11-07fix a three-stage typo, build better install-dirsK. Richard Pixley1-10/+8
1991-11-06Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to createSteve Chamberlain1-3/+8
all the /usr/include stuff if it wants to. Steve
1991-11-06with bison's help, call it in such a way that any configuration type can find itK. Richard Pixley1-33/+19
1991-11-06Hi, I've fixed this twice now.Steve Chamberlain1-2/+2
the old solution: then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \ is wrong: proof: [stuff] >> /limbo/steve/devo/gcc/./../bison/bison -L ./bison/ -v ./c-parse.y -o c-parse.tab.c >> /limbo/steve/devo/gcc/./../bison/bison: ./bison/bison.simple: No such file or directory This solution: then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \ works.
1991-11-06get bison library path rightK. Richard Pixley1-2/+2
1991-11-06get bison library path rightK. Richard Pixley1-2/+2
1991-11-06*** empty log message ***Steve Chamberlain1-2/+2
1991-11-05get bison subdirs rightK. Richard Pixley1-3/+2
1991-11-05get bison paths rightK. Richard Pixley1-2/+2
1991-11-01new install themeK. Richard Pixley1-23/+25
1991-10-31*** empty log message ***Steve Chamberlain1-0/+1
1991-10-25Does't pass env variables down if localenv file is in target dir.Steve Chamberlain1-3/+23
1991-10-23BISONPATH is now unused. remove it.K. Richard Pixley1-2/+1
1991-10-23removed unused CC and CFLAGS linesK. Richard Pixley1-135/+4
1991-10-10New installed binary layout.K. Richard Pixley1-15/+21
1991-10-09Getting BISON right.K. Richard Pixley1-20/+28
1991-10-02no more configure on which to dependK. Richard Pixley1-3/+6
1991-10-01Avoid 'v' flag on archive updates, since it just wastes space in the log.John Gilmore1-2/+5
1991-10-01Exploit the new executable config.statusK. Richard Pixley1-7/+7