aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1994-08-26 * configure.in: Recognize --with-headers and --with-libs.Ian Lance Taylor1-4/+4
* Makefile.in (all-xiberty): Depend upon all-ld.
1994-08-15 * Makefile.in: Update various rules to reflect that librxPer Bothner1-90/+18
is now needed for libg++.
1994-07-09Add all-emacs19 and install-emacs19 rules (in parallel with all-emacsMichael Tiemann1-8/+11
and install-emacs). Top-level command `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
1994-06-08Move "@" so it's actually on the first line of the shell script in theRob Savoye1-12/+18
makefile target.
1994-06-02 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it'sIan Lance Taylor1-1/+0
in NATIVE_CHECK_MODULES.
1994-06-01 * Makefile.in: Rename HOST_ONLY to NATIVE.Bill Cox1-10/+11
* configure: Delete SunOs patch suffix from host_canonical and build_canonical variables that are prepended to Makefiles. * configure.in: Add comments to patch suffix removal for easier maintenance.
1994-06-01* Makefile.in: Add all-libproc target similar to all-gui.Jim Kingdon1-4/+6
1994-06-01Don't check flex when cross building.Thomas Lord1-3/+25
1994-05-26* Makefile.in: Add all-gui target (but not yet build by "all").Jim Kingdon1-2/+5
1994-05-20Really fix INSTALL_LAST this time..Steve Chamberlain1-7/+5
1994-05-19Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)Steve Chamberlain1-2/+9
* Makefile.in (INSTALL_LAST): Change operation so it works on more flavors of make. * configure.in (go32): Don't build libg++ or libio.
1994-05-18Comment changes.Ian Lance Taylor1-4/+5
1994-05-13 * Makefile.in (Move HOST_PREFIX_1 and friends up soSteve Chamberlain1-57/+64
they can be overriden by templates.
1994-02-02 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only neededJim Kingdon1-2/+0
for GDB and GDB has been fixed to not need it.
1994-01-24Since gdb distributions must be sanitized, and it is easy to forget toFred Fish1-0/+3
run Sanitize during the build process, cause the distribution build process to emit a appropriate message and quit when run in an unsanitized tree.
1994-01-18* Makefile.in: Replace all occurrances of "rootme" with "r" and "$${rootme}"Ken Raeburn1-49/+51
with "$$r", to increase the likelihood that the do-* commands (plus user environment) will fit SCO limits.
1993-12-01Fix gnatsishnessJason Merrill1-3/+3
1993-11-24Add gnats.tar.gz ruleJason Merrill1-1/+7
1993-11-05* Makefile.in (taz): Only build "info" in DISTDOCDIRS.Ken Raeburn1-3/+3
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now.
1993-11-05 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS perJim Kingdon1-1/+1
etc/make-stds.texi. The underscore came from gcc, and dje now agrees that RUNTESTFLAGS is the correct name.
1993-11-04Changed RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat1-17/+31
1993-11-01* Makefile.in (CXXFLAGS): Add -O.Jim Kingdon1-3/+10
1993-10-25 * Makefile.in (taz): Replace "byacc" with "bison -y" in theKen Raeburn1-13/+33
appropriate files before making "diststuff". (DISTBISONFILES): New var: list of files to be edited. (DISTSTUFFDIRS): Add binutils.
1993-08-18 * Makefile.in: Add support for new libio.Per Bothner1-4/+7
1993-08-11 * Makefile.in (all-send-pr): depends on all-prmsJason Merrill1-3/+4
1993-08-05don't use $$(CC_FOR_TARGET) because that ends up being bash execute commandMark Eichin1-1/+7
syntax; use $(CC_FOR_TARGET) instead.
1993-08-01 * Makefile.in (COMPRESS): Remove def.Fred Fish1-17/+10
* Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from gdb.tar.Z and make-gdb.tar.Z respectively. * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive. * Makefile.in (make-gdb.tar.gz): Minor changes to move closer to convergence with 'taz' target in Makefile.in.
1993-07-27Added a $ to Jim's modJason Merrill1-1/+1
1993-07-27 * Makefile.in (install-dirs): Deal with a prefix like /gnu;Jim Kingdon1-1/+1
its parent is '/' not ''.
1993-07-27* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.Jim Kingdon1-2/+10
1993-07-08remove all.cross and install.cross targetsDavid D. Zuhn1-40/+2
1993-06-29 * Makefile.in (MAKEINFOFLAGS): New variable.Ian Lance Taylor1-3/+8
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. * build-all.mk, test-build.mk: Pass down --no-split as MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
1993-06-23taz rule: Simplify chmod; add xiberty to libg++.tar.gz.Per Bothner1-3/+2
1993-06-23 * Makefile.in: Define VERSION (for cd ..; make taz).Per Bothner1-6/+10
* Makefile.in: Set to version 2.3.91. * Makefile.in (diststuff): Needed for distributions. * Makefile (dts): Rip out. Subsumed by stuff in ../Makefile.in.
1993-06-18change program_transform_name quotingDavid D. Zuhn1-1/+1
1993-06-18fix INSTALL_XFORM definitionDavid D. Zuhn1-1/+1
1993-06-18 * Makefile.in: Change extension for gzip'd files from '.z' toFred Fish1-5/+5
'.gz' per new FSF standard usage.
1993-06-15update install usageDavid D. Zuhn1-13/+12
1993-06-03For gas and binutils snapshots, use .gz now instead of .z. (FSF is changingKen Raeburn1-10/+12
gzip.)
1993-06-01Add all-tk dependancy to all-expect.Rob Savoye1-3/+3
1993-05-31 * Makefile.in: Make all-opcodes depend on all-bfd.Jim Kingdon1-4/+10
1993-05-20Makefile.in (taz): Fix modes on $(TOOL) dir also.Ken Raeburn1-1/+1
1993-05-18(binutils.tar.z, &c): Updated for making binutils FSF release.Ken Raeburn1-16/+31
(taz): Try harder to catch errors in subdir invocations of make.
1993-05-14revised rules for gas snapshotsKen Raeburn1-35/+55
1993-04-30 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directoryFred Fish1-0/+14
at the same time we make the prototype gdb directory. * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution files at the same time as the gdb base release distribution.
1993-04-29 * Makefile.in (check): Use individual check targets rather thanIan Lance Taylor1-3/+19
DO_X rule. (check-gcc): Added.
1993-04-22add rule for building snapshot of gas+ld+binutilsKen Raeburn1-1/+6
1993-04-09 * configure.in: add comment for --with-x default valuesDavid D. Zuhn1-11/+120
* config.guess: handle Motorola Delta88 box for SVR3 and SVR4. * Makefile.in: add check-* targets for each of the directories in the tree. Add a definition of RUNTEST that will use the one we just built, if it exists. Pass this down via FLAGS_TO_PASS.
1993-04-06Couple of more minor tweaks to gdb.tar.Z target.Fred Fish1-4/+5
1993-04-01 * Makefile.in (all-flex): flex depends on byacc.Ian Lance Taylor1-1/+1