* Makefile.in: For libg++, make sure the -I pointing
[deliverable/binutils-gdb.git] / ChangeLog
1 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
2
3 * Makefile.in: For libg++, make sure the -I pointing
4 to the gcc directory goes *after* all the libg++-local -I flags.
5 Also, move just-gcc dependency from just-libg++ to all-libg++.
6
7 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
8
9 * configure: Change -x to -f to keep Ultrix /bin/test happy.
10
11 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
12
13 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14
15 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16
17 * config.sub: Add stratus configuration frags. Also
18 submitted to FSF.
19
20 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21
22 * Makefile.in (DEV_SUPPORT): add configure.man.
23
24 * config.sub(Decode manufacturer-specific): add -none*.
25
26 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
27
28 * Makefile.in: remove form feeds to make Sun's make happy.
29 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
30
31 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
32
33 * Makefile.in (AR_FLAGS): Make quieter.
34
35 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
36
37 * configure.in: Add libg++.
38 * configure: When verbose, don't output the command line at each
39 level; it will be unremarkably the same as the previous version,
40 which will be the same as what the user typed.
41
42 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
43
44 * configure.in, Makefile.in: fix clean-info, add flex. add
45 fileutils.
46
47 * configure: be less sensitive to spaces in Makefile.in. Do not
48 look for sources in "..". Doing so breaks subdirectories that
49 might have their own configure. If a subdir has it's own
50 configure script, use it.
51
52 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
53
54 * cfg-paper.texi: some changes suggested by rms.
55
56 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
57
58 * config.sub: Merge in some small additions from the FSF version,
59 taken from the gcc distribution, to bring the Cygnus and FSF
60 versions into closer sync.
61
62 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
63
64 * configure.in: Changed svr4 references to sysv4.
65
66 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
67
68 * configure: added -V for version number option.
69
70 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
71
72 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
73 renamed from DOC.configure to cfg-paper.texi.
74
75 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
76
77 * configure, config.subr, config.sub: config.subr is now
78 config.sub again.
79
80 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
81
82 * configure.texi: new file, in progress.
83
84 * Makefile.in: build info file and install the man page for
85 configure.
86
87 * configure.man: new file, first cut.
88
89 * configure: find config.subr again now that configuration "none"
90 has gone. removed all traces of the -ansi option. removed all
91 traces of the -languages option.
92
93 * config.subr: resync from rms.
94
95 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
96
97 * configure, config.sub, config.subr: merge config.sub into
98 config.subr, call the result config.subr, remove config.sub, use
99 config.subr.
100
101 * Makefile.in: revised install for dir.info.
102
103 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
104
105 * configure.in: add decstation host makefile frag.
106
107 * Makefile.in: BISON now bison -y again. also install-gcc on
108 install. clean-gdbm on clean. infodir belongs in datadir.
109 Make directories for info install. Build dir.info here then
110 install it.
111
112 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
113
114 * Makefile.in: fix for bad directory tests.
115
116 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
117
118 * configure: \{1,2\} appears to be a sysv'ism. Use a different
119 regexp. -srcdir relative was being handled incorrectly.
120
121 * Makefile.in: unwrapped some for loops so that parallel makes
122 work again and so one can focus one's attention on a particular
123 package.
124
125 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
126
127 * configure: added PWD as a stand in for `pwd` (for speed). use
128 elif wherever possible. make -srcdir work without -objdir.
129 -objdir= commented out.
130
131 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
132
133 * configure: +options become --options. -subdirs commented out.
134 added -host, -datadir. Renamed -destdir to -prefix. Comment in
135 Makefile now at top of generated Makefile. Removed cvs log
136 entries. added -srcdir. create .gdbinit only if there is one
137 in ${srcdir}.
138
139 * Makefile.in: idestdir and ddestdir go away. Added copyrights
140 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
141 and mandir now keyed off datadir by default.
142
143 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
144
145 * Freshly created ChangeLog.
146
This page took 0.040864 seconds and 5 git commands to generate.