Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass CFLAGS, remove MINUS_G, default CFLAGS to -g | K. Richard Pixley | 1992-04-21 | 1 | -226/+145 |
| | |||||
* | remove clean-stamps from clean | K. Richard Pixley | 1992-04-14 | 1 | -1/+1 |
| | |||||
* | added flex to the build tree | David D. Zuhn | 1992-04-13 | 1 | -12/+71 |
| | |||||
* | Add MINUS_G macro, default to -g, and pass on to recursive makes. | Fred Fish | 1992-04-11 | 1 | -174/+140 |
| | | | | Recognize new ncr3000 config. | ||||
* | add send_pr. remove "force" from .stmp-gprof rule. Supress echoing of all ↵ | K. Richard Pixley | 1992-03-31 | 1 | -89/+157 |
| | | | | the "if [ -d ... $(MAKE)" lines. | ||||
* | gdb.tar.Z: all-texinfo target is now .stmp-texinfo. | Stu Grossman | 1992-03-31 | 1 | -1/+1 |
| | |||||
* | Put in stuff necessary for gprof to be built, cleaned up, etc. | Sean Eric Fagan | 1992-03-27 | 1 | -8/+68 |
| | |||||
* | Add .stmp-readline to all.cross... | Stu Grossman | 1992-03-20 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (all.cross): Add .stmp-bfd. | Stu Grossman | 1992-03-20 | 1 | -11/+74 |
| | |||||
* | missing backslash on first line of all.normal | Mark Eichin | 1992-03-14 | 1 | -1/+1 |
| | |||||
* | add stmp dependencies for a few more things | K. Richard Pixley | 1992-03-14 | 1 | -5/+5 |
| | |||||
* | Add .stmp-gcc to all-gcc target. | Michael Tiemann | 1992-03-11 | 1 | -1/+1 |
| | |||||
* | remove force from dependencies, add grep to all | K. Richard Pixley | 1992-03-11 | 1 | -24/+24 |
| | |||||
* | drop flex. make stamp files work | K. Richard Pixley | 1992-03-11 | 1 | -174/+98 |
| | |||||
* | Hooks for configuring newlib | Steve Chamberlain | 1992-03-11 | 1 | -277/+385 |
| | |||||
* | changed prms to send_pr | Heinz G. Seidl | 1992-02-26 | 1 | -1/+1 |
| | |||||
* | mkdir $(infodir) on install-info. | K. Richard Pixley | 1992-02-25 | 1 | -15/+11 |
| | |||||
* | I think this solves the MAKEINFO and BISON rooting problems. | K. Richard Pixley | 1992-02-13 | 1 | -17/+96 |
| | |||||
* | In configure{.in} {host|target}_makefile_frag should name a file | K. Richard Pixley | 1992-02-08 | 1 | -1/+3 |
| | | | | | relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified. | ||||
* | Patch joins devo. | K. Richard Pixley | 1992-02-07 | 1 | -3/+68 |
| | |||||
* | * Makefile.in: For libg++, make sure the -I pointing | Per Bothner | 1992-01-29 | 1 | -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++. | ||||
* | * Makefile.in (DEV_SUPPORT): add configure.man. | Stu Grossman | 1992-01-19 | 1 | -1/+1 |
| | |||||
* | * Makefile.in: remove form feeds to make Sun's make happy. | Stu Grossman | 1992-01-18 | 1 | -30/+29 |
| | | | | (DEVO_SUPPORT): DOC.configure => cfg-paper.texi. | ||||
* | Add libg++. | John Gilmore | 1992-01-06 | 1 | -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. | ||||
* | small changes to accomodate other versions of configure | K. Richard Pixley | 1991-12-28 | 1 | -3/+69 |
| | |||||
* | flex joins the fray, also fixed clean-info in devo. | K. Richard Pixley | 1991-12-28 | 1 | -10/+73 |
| | |||||
* | add menu item and Makefile.in hook | K. Richard Pixley | 1991-12-19 | 1 | -7/+47 |
| | |||||
* | removed -ansi and -languages options from configure, added | K. Richard Pixley | 1991-12-13 | 1 | -1/+5 |
| | | | | | configure.texi (a work in progress), configure.man (a terse first cut), build configure.info and install man page. | ||||
* | revised install for dir.info | K. Richard Pixley | 1991-12-12 | 1 | -7/+12 |
| | |||||
* | infodir belongs in datadir | K. Richard Pixley | 1991-12-11 | 1 | -8/+3 |
| | |||||
* | clean-gdbm on clean | K. Richard Pixley | 1991-12-10 | 1 | -1/+1 |
| | |||||
* | install-gcc on install | K. Richard Pixley | 1991-12-10 | 1 | -2/+2 |
| | |||||
* | BISON now bison -y again | K. Richard Pixley | 1991-12-10 | 1 | -5/+5 |
| | |||||
* | fix for bad directory tests | K. Richard Pixley | 1991-12-10 | 1 | -128/+386 |
| | |||||
* | Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1991-12-07 | 1 | -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. | ||||
* | Add glob to SUBDIRS and GDB_SUPPORT_DIRS. | John Gilmore | 1991-11-22 | 1 | -2/+5 |
| | | | | | Remove texinfo from configdirs in GDB releases' configure.in file, since it won't have any config scripts. | ||||
* | Rename REAMME.configure to DOC.configure | John Gilmore | 1991-11-21 | 1 | -1/+1 |
| | |||||
* | temporary mid-attempt at fixincludes during three-stage | K. Richard Pixley | 1991-11-21 | 1 | -24/+39 |
| | |||||
* | assume a yacc command line interface for the program | K. Richard Pixley | 1991-11-14 | 1 | -2/+2 |
| | |||||
* | add targets to generate info directory files | K. Richard Pixley | 1991-11-13 | 1 | -1/+13 |
| | |||||
* | propogate MAKEINFO like we propogate BISON | K. Richard Pixley | 1991-11-13 | 1 | -3/+11 |
| | |||||
* | use gcc as ld for later stages | K. Richard Pixley | 1991-11-13 | 1 | -2/+2 |
| | |||||
* | add texinfo; mkdir foo/info; echo when mkdir'ing | K. Richard Pixley | 1991-11-12 | 1 | -1/+3 |
| | |||||
* | add GCCVERBOSE flag for debugging | K. Richard Pixley | 1991-11-11 | 1 | -2/+7 |
| | |||||
* | thin out directories actually created | K. Richard Pixley | 1991-11-09 | 1 | -11/+2 |
| | |||||
* | rework install-dirs, add install-no-fixinclude | K. Richard Pixley | 1991-11-08 | 1 | -21/+30 |
| | |||||
* | fix a three-stage typo, build better install-dirs | K. Richard Pixley | 1991-11-07 | 1 | -10/+8 |
| | |||||
* | Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to create | Steve Chamberlain | 1991-11-06 | 1 | -3/+8 |
| | | | | | | all the /usr/include stuff if it wants to. Steve | ||||
* | with bison's help, call it in such a way that any configuration type can find it | K. Richard Pixley | 1991-11-06 | 1 | -33/+19 |
| | |||||
* | Hi, I've fixed this twice now. | Steve Chamberlain | 1991-11-06 | 1 | -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. |