aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1992-04-21pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley1-226/+145
1992-04-14remove clean-stamps from cleanK. Richard Pixley1-1/+1
1992-04-13added flex to the build treeDavid D. Zuhn1-12/+71
1992-04-11Add MINUS_G macro, default to -g, and pass on to recursive makes.Fred Fish1-174/+140
Recognize new ncr3000 config.
1992-03-31add send_pr. remove "force" from .stmp-gprof rule. Supress echoing of all ↵K. Richard Pixley1-89/+157
the "if [ -d ... $(MAKE)" lines.
1992-03-31gdb.tar.Z: all-texinfo target is now .stmp-texinfo.Stu Grossman1-1/+1
1992-03-27Put in stuff necessary for gprof to be built, cleaned up, etc.Sean Eric Fagan1-8/+68
1992-03-20Add .stmp-readline to all.cross...Stu Grossman1-1/+1
1992-03-20* Makefile.in (all.cross): Add .stmp-bfd.Stu Grossman1-11/+74
1992-03-14missing backslash on first line of all.normalMark Eichin1-1/+1
1992-03-14add stmp dependencies for a few more thingsK. Richard Pixley1-5/+5
1992-03-11Add .stmp-gcc to all-gcc target.Michael Tiemann1-1/+1
1992-03-11remove force from dependencies, add grep to allK. Richard Pixley1-24/+24
1992-03-11drop flex. make stamp files workK. Richard Pixley1-174/+98
1992-03-11Hooks for configuring newlibSteve Chamberlain1-277/+385
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.