aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-03-10* config.guess: add GPL.K. Richard Pixley1-1/+1
* Makefile.in, config.guess, config.sub, configure: bump copyrights to 93.
1993-03-10 * Makefile.in (do-info): Removed obsolete check for existence ofIan Lance Taylor1-1/+1
localenv file.
1993-03-10 * Makefile.in (MAKEOVERRIDES): Define to be empty.Ian Lance Taylor1-0/+1
1993-03-10tclX supportDavid D. Zuhn1-1/+24
1993-03-10* Makefile.in (setup-dirs): change invocation of make to $(MAKE).K. Richard Pixley1-16/+7
1993-03-08Clean up damage made when I checked in sanitized versionSteve Chamberlain1-17/+21
1993-03-02 * Makefile.in (all-prms, install-prms): Changed to gnats.Brendan Kehoe1-9/+11
* configure.in (host_tools): Changed prms to gnats.
1993-02-28undo previous changeBrendan Kehoe1-1/+0
1993-02-28 * Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMSBrendan Kehoe1-2/+23
special install.
1993-02-20 * Makefile.in: Change send_pr to send-pr.Brendan Kehoe1-9/+9
* configure.in: Likewise. * send_pr: Renamed directory to send-pr.
1993-02-20 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).Per Bothner1-5/+7
1993-02-18diff needs libibertyDavid D. Zuhn1-1/+1
1993-02-16add support for tar gzip hello recode and indentDavid D. Zuhn1-11/+111
1993-02-16Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c filesJohn Gilmore1-2/+2
for the tar file.
1993-02-16* Makefile.in (DEVO_SUPPORT): Remove etc directoryJohn Gilmore1-27/+38
(ETC_SUPPORT): Only add the files GDB wants from etc/. (gdb.tar.Z): Use ETC_SUPPORT.
1993-02-09Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-135/+108
* Makefile.in: Various changes to eliminate a level of make recursion and reduce the required command line length. (BASE_FLAGS_TO_PASS): New variable holding flags passed to all sub-makes. (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New variables holding settings for specific sub-makes. (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote in terms of BASE_FLAGS_TO_PASS. (TARGET_LIBS): New variable listing directories which use TARGET_FLAGS_TO_PASS. (subdir_do): Eliminated. (do-*): New set of targets to replace subdir_do. (various): All targets which used subdir_do now depend on do-*. (local-clean): Renamed from do_clean. (local-distclean): New target, dependency of distclean and realclean. (install-info): Don't create directories. Depend on dir.info rather than calling make recursively. (install-dir.info): Eliminated. (install-info-dirs): Create all info directories here. (dir.info): Depend upon do-install-info.
1993-02-04Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+5
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
1993-02-04* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' forJohn Gilmore1-1/+1
GDB releases.
1993-02-04Simulator consolidationSteve Chamberlain1-31/+10
1993-02-03added support for uudecodeDavid D. Zuhn1-2/+19
1993-02-02Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* Makefile.in (all-gcc): Added dependency on all-gas.
1993-01-31Remove CFLAGS setting from chill sanity area.John Gilmore1-10/+13
(make-gdb.tar.Z): Fix bug in texinfo.tex "ln" command; also, edit configure.in and Makefile.in correctly: when building FSF GDB, BISON=bison, and don't build texinfo or glob.
1993-01-31* Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.John Gilmore1-4/+9
1993-01-23 * guess-systype: Renamed to ...Per Bothner1-9/+19
* config.guess: ... by popular request. * configure.in, Makefile.in: Update accordingly.
1993-01-18Update GDB_SUPPORT_DIRS and GDB_SUPPORT_FILES.Stu Grossman1-3/+3
1993-01-18Makefile.in (FLAGS_TO_PASS): Balance (start-sanitize-chill) with ↵Stu Grossman1-1/+1
(end-sanitize-chill).
1993-01-16 * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,Mike Werner1-1/+33
and CHILL_LIB. * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of CHILL variables as these are now passed down from the top level makefile using FLAGS_TO_PASS.
1993-01-15Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-2/+41
* Makefile.in (GCC_FLAGS_TO_PASS): New variable. (all-gcc, install-gcc, subdir_do): Use it.
1993-01-14Rename uninstalled gcc driver from gcc to xgcc.Jim Wilson1-3/+3
1993-01-12chillrt depends on a C library (newlib)David D. Zuhn1-14/+12
1993-01-07redo (yet again) chill sanitization -- thanks perDavid D. Zuhn1-7/+40
1993-01-07revert chill Sanitize patchesDavid D. Zuhn1-40/+7
1993-01-06fix chill sanitizationBill Cox1-7/+40
1993-01-06 * test-build.mk: set $PATH for all buildsDavid D. Zuhn1-4/+4
* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
1993-01-06 * Makefile.in (GCC_FOR_TARGET): Supply a default that matchesFred Fish1-6/+31
the one used in gcc/Makefile.in, so that a null expansion doesn't override the one needed to build gcc with a native cc.
1993-01-05 * Makefile.in: FLAGS_TO_PASS, send down GCC_FOR_TARGET,Steve Chamberlain1-0/+3
AR_FOR_TARGET and RANLIB_FOR_TARGET so gcc can make libgcc in a Canadian Cross.
1993-01-04Fix all-h8300sim typoSteve Chamberlain1-1/+2
1993-01-03Added h8300simSteve Chamberlain1-3/+23
1992-12-25better clean handlingDavid D. Zuhn1-16/+7
1992-12-24clean up mostlyclean changesDavid D. Zuhn1-3/+3
1992-12-24 * Makefile.in (mostlyclean, distclean, realclean): Fix toPer Bothner1-4/+21
do more-or-less the right thing.
1992-12-22add dvi targetDavid D. Zuhn1-2/+2
1992-12-16Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-6/+8
* Makefile.in: Add lines defining CC and CXX, and use CXX rather than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
1992-12-15Change AR_FLAGS from qc to rc - the 'q' option is not Posix.Per Bothner1-1/+1
1992-12-13 * Makefile.in: extensive cleanup:: removed all of the explicitDavid D. Zuhn1-346/+175
clean-* targets, collapsed many wrappers around subdir_do into one, added additional targets to satisfy standards.texi, deleted some old targets, some changes for consistency
1992-11-28define and pass down locations for X11 filesDavid D. Zuhn1-18/+55
1992-11-07added tcl, tk, and expectDavid D. Zuhn1-1/+100
1992-11-06missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,Mark Eichin1-1/+1
/bin/make ignores it...)
1992-11-05merge in some p3 Makefile changesDavid D. Zuhn1-48/+39
1992-11-05* Makefile.in: Added stuff for building deja-gnu.Mike Werner1-9/+55