]>
Commit | Line | Data |
---|---|---|
cb7a6892 MM |
1 | Mon Aug 21 17:53:48 1995 Michael Meissner <[email protected]> |
2 | ||
3 | * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney | |
4 | <[email protected]>. | |
5 | * configure: Regnerate from configure.in. | |
6 | ||
7 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
8 | ||
9 | * Update all FSF addresses except those in COPYING* files. | |
10 | ||
11 | Thu Jul 20 15:17:29 1995 Fred Fish <[email protected]> | |
12 | ||
13 | * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass | |
14 | submakes either default or passed in value. | |
15 | ||
1ffd292b C |
16 | Wed Jul 5 14:32:54 1995 J.T. Conklin <[email protected]> |
17 | ||
cb7a6892 MM |
18 | * Makefile.in (all, clean, distclean, mostlyclean, realclean, |
19 | install): Changed targets so that they descend all | |
20 | subdirectories in $(SUBDIRS). | |
21 | (*-all, *-clean, *-install): Removed targets. | |
22 | ||
23 | * configure.in: Don't bother with target makefile fragments, they | |
24 | are no longer needed. | |
25 | * configure: regenerated. | |
26 | ||
1ffd292b C |
27 | * Makefile.in, configure.in: converted to autoconf. |
28 | * configure: New file, generated with autconf 2.4. | |
29 | ||
30 | Wed May 24 14:48:46 1995 Steve Chamberlain <[email protected]> | |
31 | ||
32 | * Makefile.in: Support ARM. | |
33 | * configure.in: Ditto. | |
34 | ||
35 | Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat> | |
36 | ||
37 | * Makefile.in: Support W65. | |
38 | * configure.in: Ditto. | |
39 | ||
40 | Sun Mar 13 09:27:50 1994 Jim Kingdon ([email protected]) | |
41 | ||
42 | * Makefile.in: Add TAGS target. | |
43 | ||
44 | Mon Sep 13 12:47:15 1993 K. Richard Pixley ([email protected]) | |
45 | ||
46 | * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300, | |
47 | install-h8300, clean-h8300, all-h8500, install-h8500, | |
48 | clean-h8500, all-sh, install-sh, clean-sh): do not echo | |
49 | recursion lines. | |
50 | ||
51 | Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
52 | ||
53 | * Makefile.in: remove endian.h trace from h8500 | |
54 | ||
55 | Sun Jun 13 13:08:58 1993 Jim Kingdon ([email protected]) | |
56 | ||
57 | * Makefile.in: Add distclean, realclean, and mostlyclean targets. | |
58 | ||
59 | Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
60 | ||
61 | * Makefile.in: make all of the all-* target (except all-nothing) | |
62 | depend on endian.h, so that if we're not building a simulator, we | |
63 | don't built endian | |
64 | ||
30947f7e ILT |
65 | Fri May 21 10:55:06 1993 Ian Lance Taylor ([email protected]) |
66 | ||
67 | * Makefile.in (check, installcheck): Added dummy targets. | |
68 | ||
69 | Mon May 3 21:39:43 1993 Fred Fish ([email protected]) | |
70 | ||
71 | * Makefile.in (endian): Find endian.c in $(srcdir), and also | |
72 | explicitly make it, since some makes apparently don't work with | |
73 | VPATH and .c to executable rules (SunOS make for example). | |
74 | ||
ad5fcc62 SC |
75 | Mon May 3 08:29:01 1993 Steve Chamberlain ([email protected]) |
76 | ||
77 | * Makefile.in (endian): Add explicit rule for broken makes. | |
78 | ||
79 | Mon Mar 15 15:47:53 1993 Ian Lance Taylor ([email protected]) | |
80 | ||
81 | * Makefile.in (info, install-info): New targets. | |
82 | (DO_INSTALL): Renamed from INSTALL, which is overridden by the top | |
83 | level Makefile. | |
84 | ||
7413f20a RP |
85 | Wed Feb 10 20:12:27 1993 K. Richard Pixley ([email protected]) |
86 | ||
87 | * Makefile.in (endian.h): build endian.h via a temporary file so | |
88 | that we don't leave an incomplete file lying around on | |
89 | interrupted builds. | |
ad5fcc62 | 90 | (clean): remove endian, e.h, and endian.h. |
7413f20a | 91 | |
47dba87a SC |
92 | Mon Feb 8 11:46:06 1993 Steve Chamberlain ([email protected]) |
93 | ||
94 | * Makefile.in, configure.in: if target isn't supported, build a | |
95 | harmless makefile. | |
96 | ||
97 |