summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley1992-04-211-226/+145
|
* remove clean-stamps from cleanK. Richard Pixley1992-04-141-1/+1
|
* added flex to the build treeDavid D. Zuhn1992-04-131-12/+71
|
* Add MINUS_G macro, default to -g, and pass on to recursive makes.Fred Fish1992-04-111-174/+140
| | | | Recognize new ncr3000 config.
* add send_pr. remove "force" from .stmp-gprof rule. Supress echoing of all ↵K. Richard Pixley1992-03-311-89/+157
| | | | the "if [ -d ... $(MAKE)" lines.
* gdb.tar.Z: all-texinfo target is now .stmp-texinfo.Stu Grossman1992-03-311-1/+1
|
* Put in stuff necessary for gprof to be built, cleaned up, etc.Sean Eric Fagan1992-03-271-8/+68
|
* Add .stmp-readline to all.cross...Stu Grossman1992-03-201-1/+1
|
* * Makefile.in (all.cross): Add .stmp-bfd.Stu Grossman1992-03-201-11/+74
|
* missing backslash on first line of all.normalMark Eichin1992-03-141-1/+1
|
* add stmp dependencies for a few more thingsK. Richard Pixley1992-03-141-5/+5
|
* Add .stmp-gcc to all-gcc target.Michael Tiemann1992-03-111-1/+1
|
* remove force from dependencies, add grep to allK. Richard Pixley1992-03-111-24/+24
|
* drop flex. make stamp files workK. Richard Pixley1992-03-111-174/+98
|
* Hooks for configuring newlibSteve Chamberlain1992-03-111-277/+385
|
* changed prms to send_prHeinz G. Seidl1992-02-261-1/+1
|
* mkdir $(infodir) on install-info.K. Richard Pixley1992-02-251-15/+11
|
* I think this solves the MAKEINFO and BISON rooting problems.K. Richard Pixley1992-02-131-17/+96
|
* In configure{.in} {host|target}_makefile_frag should name a fileK. Richard Pixley1992-02-081-1/+3
| | | | | relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
* Patch joins devo.K. Richard Pixley1992-02-071-3/+68
|
* * Makefile.in: For libg++, make sure the -I pointingPer Bothner1992-01-291-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 Grossman1992-01-191-1/+1
|
* * Makefile.in: remove form feeds to make Sun's make happy.Stu Grossman1992-01-181-30/+29
| | | | (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
* Add libg++.John Gilmore1992-01-061-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 configureK. Richard Pixley1991-12-281-3/+69
|
* flex joins the fray, also fixed clean-info in devo.K. Richard Pixley1991-12-281-10/+73
|
* add menu item and Makefile.in hookK. Richard Pixley1991-12-191-7/+47
|
* removed -ansi and -languages options from configure, addedK. Richard Pixley1991-12-131-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.infoK. Richard Pixley1991-12-121-7/+12
|
* infodir belongs in datadirK. Richard Pixley1991-12-111-8/+3
|
* clean-gdbm on cleanK. Richard Pixley1991-12-101-1/+1
|
* install-gcc on installK. Richard Pixley1991-12-101-2/+2
|
* BISON now bison -y againK. Richard Pixley1991-12-101-5/+5
|
* fix for bad directory testsK. Richard Pixley1991-12-101-128/+386
|
* Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1991-12-071-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 Gilmore1991-11-221-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.configureJohn Gilmore1991-11-211-1/+1
|
* temporary mid-attempt at fixincludes during three-stageK. Richard Pixley1991-11-211-24/+39
|
* assume a yacc command line interface for the programK. Richard Pixley1991-11-141-2/+2
|
* add targets to generate info directory filesK. Richard Pixley1991-11-131-1/+13
|
* propogate MAKEINFO like we propogate BISONK. Richard Pixley1991-11-131-3/+11
|
* use gcc as ld for later stagesK. Richard Pixley1991-11-131-2/+2
|
* add texinfo; mkdir foo/info; echo when mkdir'ingK. Richard Pixley1991-11-121-1/+3
|
* add GCCVERBOSE flag for debuggingK. Richard Pixley1991-11-111-2/+7
|
* thin out directories actually createdK. Richard Pixley1991-11-091-11/+2
|
* rework install-dirs, add install-no-fixincludeK. Richard Pixley1991-11-081-21/+30
|
* fix a three-stage typo, build better install-dirsK. Richard Pixley1991-11-071-10/+8
|
* Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to createSteve Chamberlain1991-11-061-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 itK. Richard Pixley1991-11-061-33/+19
|
* Hi, I've fixed this twice now.Steve Chamberlain1991-11-061-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.
OpenPOWER on IntegriCloud