]>
Commit | Line | Data |
---|---|---|
aa121275 ILT |
1 | Tue Jan 19 08:26:07 1993 Ian Lance Taylor ([email protected]) |
2 | ||
3 | * Makefile.in (gcc-no-fixedincludes): Made to work with current | |
4 | gcc Makefile. | |
5 | ||
7d9f0c54 MW |
6 | Fri Jan 15 16:40:54 1993 Mike Werner ([email protected]) |
7 | ||
8 | **** start-sanitize-chill **** | |
9 | * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS, | |
10 | and CHILL_LIB. | |
11 | * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of | |
12 | CHILL variables as these are now passed down from the top | |
13 | level makefile using FLAGS_TO_PASS. | |
14 | **** end-sanitize-chill **** | |
15 | ||
f4e414f1 ILT |
16 | Fri Jan 15 10:27:02 1993 Ian Lance Taylor ([email protected]) |
17 | ||
18 | * Makefile.in (GCC_FLAGS_TO_PASS): New variable. | |
19 | (all-gcc, install-gcc, subdir_do): Use it. | |
20 | ||
31883f01 JW |
21 | Wed Jan 13 17:06:45 1993 Jim Wilson ([email protected]) |
22 | ||
23 | * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc. | |
24 | ||
25 | Thu Jan 7 12:50:16 1993 Mike Werner ([email protected]) | |
26 | ||
27 | * ChangeLog: Corrected errors in the following ChangeLog entry: | |
28 | Wed Jan 6 20:29:16 1993 Mike Werner | |
29 | ||
30 | Wed Jan 6 20:29:16 1993 Mike Werner ([email protected]) | |
31 | ||
32 | * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now | |
33 | set exclusively by configure, using configure.in . | |
34 | **** start-sanitize-chill **** | |
35 | * configure.in: Changed the method by which SUBDIRS is set, in order | |
36 | to properly handle the addition of chill related subdirectories | |
37 | to the SUBDIRS list. | |
38 | **** end-sanitize-chill **** | |
39 | ||
40 | Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
41 | ||
42 | * test-build.mk: set $PATH for all builds | |
43 | ||
44 | * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm | |
45 | ||
bc2a2c17 FF |
46 | Wed Jan 6 11:02:10 1993 Fred Fish ([email protected]) |
47 | ||
48 | * Makefile.in (GCC_FOR_TARGET): Supply a default that matches | |
49 | the one used in gcc/Makefile.in, so that a null expansion doesn't | |
50 | override the one needed to build gcc with a native cc. | |
51 | ||
52 | **** start-sanitize-chill **** | |
53 | Wed Jan 6 07:53:46 1993 Fred Fish ([email protected]) | |
54 | ||
55 | * Makefile.in (SUBDIRS): Add chillrt. | |
56 | * Makefile.in (all.normal): Add all-chillrt. | |
57 | * Makefile.in (all.cross): Add all-chillrt. | |
58 | * Makefile.in (install-no-fixedincludes): Add install-chillrt. | |
59 | * Makefile.in (install.cross): Add install-chillrt. | |
60 | * Makefile.in (all-chillrt, install-chillrt): New targets. | |
61 | * Makefile.in (subdir_do): Handle chillrt like newlib. | |
62 | * configure.in (target_libs): Add chillrt. | |
63 | **** end-sanitize-chill **** | |
64 | ||
2e255ccc KR |
65 | Tue Jan 5 07:55:12 1993 Ken Raeburn ([email protected]) |
66 | ||
67 | * configure: Accept -with arguments. | |
68 | ||
5dca5185 SC |
69 | Sun Jan 3 15:15:09 1993 Steve Chamberlain ([email protected]) |
70 | ||
71 | * Makefile.in: added h8300sim | |
72 | ||
21412832 ILT |
73 | Tue Dec 29 15:06:00 1992 Ian Lance Taylor ([email protected]) |
74 | ||
54f1b715 ILT |
75 | * config/mh-sco: Don't override BISON definition. |
76 | ||
21412832 ILT |
77 | * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it |
78 | to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4. | |
79 | (all-cygnus, native, build-cygnus): Make | |
80 | $(canonhost)-stamp-3stage-done, not $(host).... | |
81 | * test-build.mk (stamp-3stage-compared): Use tail +10c for | |
82 | i386-sco3.2v4. Added else true to if command. | |
83 | ||
a70c9959 KR |
84 | Mon Dec 28 12:08:56 1992 Ken Raeburn ([email protected]) |
85 | ||
86 | * config.sub: (from FSF) Sequent uses a BSD-like OS. | |
87 | ||
19fb2a5f ILT |
88 | Mon Dec 28 08:32:06 1992 Minh Tran-Le ([email protected]) |
89 | ||
90 | * configure.in (i[34]86-*-isc*): added; uses mh-sysv. | |
91 | ||
83a47678 DZ |
92 | Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
93 | ||
94 | * configure.in: don't remove binutils from Solaris builds | |
95 | ||
e9b5ed59 DZ |
96 | Thu Dec 24 14:08:38 1992 david d`zoo' zuhn ([email protected]) |
97 | ||
98 | * Makefile.in: get rid of earlier definitions for *clean, | |
99 | also handle the recursive info rule better | |
100 | ||
3b30df82 PB |
101 | Thu Dec 24 12:40:21 1992 Per Bothner ([email protected]) |
102 | ||
103 | * Makefile.in (mostlyclean, distclean, realclean): Fix to | |
104 | do more-or-less the right thing. | |
105 | ||
e85e07cb ILT |
106 | Wed Dec 16 10:25:31 1992 Ian Lance Taylor ([email protected]) |
107 | ||
108 | * Makefile.in: Add lines defining CC and CXX, and use CXX rather | |
109 | than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET. | |
110 | ||
111 | Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
112 | ||
113 | * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to | |
114 | $(host_canonical). | |
115 | ||
116 | * configure.in: split the configdirs list into 4 categories (native | |
117 | v. cross, library v. tool) and handle the cross-only and native- | |
118 | only in more reasonable (and correct!) way. | |
119 | ||
f21de933 SG |
120 | Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com) |
121 | ||
122 | * configure.in (hppa*-*-*): Don't remove bfd and gdb from | |
123 | configdirs anymore. | |
124 | ||
b1cceba2 DZ |
125 | Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
126 | ||
127 | * Makefile.in: extensive cleanup:: removed all of the explicit | |
128 | clean-* targets, collapsed many wrappers around subdir_do into | |
129 | one, added additional targets to satisfy standards.texi, deleted | |
130 | some old targets, some changes for consistency | |
131 | ||
132 | Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
133 | ||
134 | * configure.in: handle some programs as cross-only, and others as | |
135 | native only | |
136 | ||
137 | * test-build.mk: handle partial holes in a more generic manner | |
138 | ||
139 | * Makefile.in: m4 depends on libiberty | |
140 | ||
141 | Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
142 | ||
143 | * config/mh-sco: don't default $(CC) to gcc | |
144 | ||
1dcc1344 DZ |
145 | Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
146 | ||
147 | * configure.in: add m4, textutils, fileutils, sed, shellutils, | |
148 | time, wdiff, and find to configdirs | |
149 | ||
b1cceba2 DZ |
150 | * Makefile.in: all, clean, and install rules for the new programs |
151 | added to configure.in | |
152 | ||
d10f77c1 DZ |
153 | Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
154 | ||
63a2386a DZ |
155 | * configure.in: use mh-sun for all *-sun-* hosts |
156 | ||
d10f77c1 DZ |
157 | * config/mh-solaris: rework standard X location to use |
158 | $OPENWINHOME, if defined. | |
159 | ||
160 | * config/mh-sun: handle X11 include locations | |
161 | ||
162 | * config/mh-decstation: define NeedFunctionPrototypes to 0, to | |
163 | work around dain-bramaged DECwindows include files | |
164 | ||
d1bea4c7 DZ |
165 | Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
166 | ||
167 | * Makefile.in: define flags for X11 include files and library file | |
168 | locations, pass them down to the programs that need this info | |
169 | ||
c676f606 DZ |
170 | * build-all.mk: added a 'native' target, to 3stage the native toolchain |
171 | ||
55f6d8c4 DZ |
172 | * config/{mh-hpux,mh-solaris}: define the "standard" locations for |
173 | the vendor supplied X11 headers and libraries | |
174 | ||
d1bea4c7 DZ |
175 | Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
176 | ||
177 | * configure.in: start building libg++ for HP-UX targets | |
178 | ||
009cf24b JG |
179 | Wed Nov 18 19:33:11 1992 John Gilmore ([email protected]) |
180 | ||
181 | * README: Update references to files moved into etc/. | |
182 | ||
183 | Sun Nov 15 09:36:08 1992 Fred Fish ([email protected]) | |
184 | ||
185 | * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2. | |
186 | * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4. | |
187 | ||
188 | Thu Nov 12 08:50:42 1992 Ian Lance Taylor ([email protected]) | |
189 | ||
190 | * configure: accept dash as well as underscore in long option | |
191 | names for FSF compatibility. | |
192 | ||
74c5c43a ILT |
193 | Wed Nov 11 08:04:37 1992 Ian Lance Taylor ([email protected]) |
194 | ||
195 | * config.sub: added -sco3.2v4 support from FSF. | |
196 | ||
197 | Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
198 | ||
199 | * configure.in: expand the section that adds or removes | |
200 | directories from the list of programs to build, to handle native | |
201 | vs. cross in addition to host v. native | |
202 | ||
203 | Sat Nov 7 18:52:27 1992 Per Bothner ([email protected]) | |
204 | ||
205 | * Makefile.in: Replace C++ in macro names with CXX. | |
206 | This is less likely to break ... | |
207 | ||
208 | Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
209 | ||
210 | * test-build.mk: add -w to GNU_MAKE | |
211 | ||
255d0979 DZ |
212 | Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
213 | ||
3c52e52d DZ |
214 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, |
215 | add 'sparc' to list of recognized cpus. This needed to make | |
52d5a27d DZ |
216 | 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'. |
217 | Delete some redundant ose68 variants. Recognize -wrs as an os, | |
218 | then changes that into $CPU-wrs-vxworks. | |
3c52e52d DZ |
219 | |
220 | * configure.in: remove most references to gdbtest, regularize | |
221 | target based program removal | |
222 | ||
255d0979 DZ |
223 | * test-build.mk: import from p3 tree (many fixes and changes) |
224 | ||
ffce44a0 DZ |
225 | Fri Nov 6 20:59:00 1992 david d `zoo' zuhn ([email protected]) |
226 | ||
227 | * Makefile.in: added rules to handle tcl, tk, and expect | |
228 | ||
229 | * configure.in: handle those directories if they exist | |
230 | ||
378fd382 DZ |
231 | Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
232 | ||
233 | * config.sub: removed bogus hppabsd and hppahpux names, since | |
234 | "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though) | |
235 | ||
236 | Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
237 | ||
238 | * Makefile.in: all-gcc now depends on all-binutils. all-libg++ | |
239 | depends upon all-xiberty | |
240 | ||
241 | * Makefile.in: changes from p3, including: | |
242 | ||
243 | Thu Oct 8 15:00:17 1992 Ian Lance Taylor ([email protected]) | |
244 | ||
245 | * Makefile.in (XTRAFLAGS): include newlib directories if | |
246 | newlib/Makefile exists, rather than if host != target. | |
247 | ||
248 | Fri Sep 25 13:41:52 1992 Ian Lance Taylor ([email protected]) | |
249 | ||
250 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc | |
251 | from the same source tree and not building a cross-compiler. This | |
252 | matters for the libg++ configuration if reconfiguring a tree that | |
253 | has already been installed. | |
254 | ||
255 | Thu Sep 10 10:35:51 1992 Ian Lance Taylor ([email protected]) | |
256 | ||
257 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to | |
258 | pick up the machine and system specific header files. | |
259 | ||
260 | * Makefile.in: added AS_FOR_TARGET, passed down in | |
261 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be | |
262 | the C compiler to use to create programs which are run in the | |
263 | build environment, set it to default to $(CC), and passed it down | |
264 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. | |
265 | ||
266 | Mon Sep 7 22:34:42 1992 Ian Lance Taylor ([email protected]) | |
267 | ||
268 | * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET. | |
269 | We need them for unusual native builds, like systems without | |
270 | ranlib. | |
271 | ||
272 | * configure: also define $(host_canonical) and | |
273 | $(target_canonical), which are the full, canonical names for the | |
274 | given host and target | |
275 | ||
df93a6c1 MW |
276 | Sun Nov 1 16:38:17 1992 Per Bothner ([email protected]) |
277 | ||
278 | * Makefile.in: Added separate definitions for C++. | |
279 | ||
7a8d10ce FF |
280 | Fri Oct 30 11:37:52 1992 Fred Fish ([email protected]) |
281 | ||
282 | * configure.in (configdirs): Add deja-gnu. | |
283 | ||
284 | Fri Oct 23 00:39:18 1992 John Gilmore ([email protected]) | |
285 | ||
286 | * README: Update for configure.texi and gdb-4.7 release. | |
287 | ||
288 | Wed Oct 21 21:54:27 1992 John Gilmore ([email protected]) | |
289 | ||
290 | * Makefile.in: Move "all" target to top of file. | |
291 | Previously, first target was ".PHONY" which caused BSD4.4 make | |
292 | to build .PHONY when make was run without arguments. | |
293 | ||
294 | Mon Oct 19 01:17:54 1992 John Gilmore ([email protected]) | |
295 | ||
296 | * Makefile.in: Add COPYING.LIB to GDB releases, now that there's | |
297 | Library-copylefted code in libiberty. | |
298 | ||
ee3b893b JG |
299 | Tue Oct 13 01:22:32 1992 John Gilmore ([email protected]) |
300 | ||
301 | * config.sub: Replace m68kmote with plain old m68k. | |
302 | ||
5a63b336 JG |
303 | Fri Oct 9 03:14:24 1992 John Gilmore ([email protected]) |
304 | ||
305 | * Makefile.in: Remove space from blank line, avoid Make complaints. | |
306 | ||
23ab00aa KR |
307 | Thu Oct 8 18:41:45 1992 Ken Raeburn ([email protected]) |
308 | ||
309 | * config.sub: Complain if no argument is given. Added support for | |
310 | 386bsd as OS and target alias. | |
311 | ||
9d401625 ILT |
312 | Thu Oct 8 15:07:22 1992 Ian Lance Taylor ([email protected]) |
313 | ||
314 | * Makefile.in (XTRAFLAGS): include newlib directories if | |
315 | newlib/Makefile exists, rather than if host != target. | |
316 | ||
fb90daeb ME |
317 | Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com) |
318 | ||
319 | * config.sub: recognize sparclite-wrs-vxworks. | |
320 | ||
321 | * Makefile.in (install-xiberty): added *-xiberty make rules (from | |
322 | p3.) Added clean-xiberty to clean. | |
323 | ||
324 | Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
325 | ||
326 | * configure.in: use *-*-* instead of nested cases for host and target | |
327 | ||
ab96cdfc ILT |
328 | Tue Sep 29 14:11:18 1992 Ian Lance Taylor ([email protected]) |
329 | ||
330 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc | |
331 | from the same source tree and not building a cross-compiler. This | |
332 | matters for the libg++ configuration if reconfiguring a tree that | |
333 | has already been installed. | |
334 | ||
335 | Sep 20 08:53:10 1992 Fred Fish ([email protected]) | |
336 | ||
337 | * config.sub (i486v/i486v4): Merge in from FSF version. | |
338 | ||
2ec3d07c ME |
339 | Fri Sep 18 00:32:00 1992 Mark Eichin ([email protected]) |
340 | ||
341 | * configure: only set PWD if it is already set. | |
342 | ||
fc11b71a ME |
343 | Thu Sep 17 23:05:53 1992 Mark Eichin ([email protected]) |
344 | ||
345 | * configure: just set PWD=`pwd` at the top, since Ultrix sh | |
346 | doesn't have unset and all success paths (and most error paths) | |
347 | out set it anyway. (Note: should change all uses of ${PWD=`pwd`} | |
348 | to just ${PWD} to avoid confusion.) | |
349 | ||
c5108322 ILT |
350 | Tue Sep 15 16:00:54 1992 Ian Lance Taylor ([email protected]) |
351 | ||
352 | * configure: always set $(tooldir) to $(libdir)/$(target_alias), | |
353 | even for a native compilation. | |
354 | ||
4a63dfde JG |
355 | Tue Sep 15 02:22:56 1992 John Gilmore ([email protected]) |
356 | ||
357 | Changes to make the gdb.tar.Z rule work better. | |
358 | ||
359 | * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. | |
360 | (DEVO_SUPPORT): Add configure.texi. | |
361 | (bfd-ilrt.tar.Z): Remove ancient rule. | |
362 | ||
440868a0 ILT |
363 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor ([email protected]) |
364 | ||
0012a471 ILT |
365 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to |
366 | pick up the machine and system specific header files. | |
367 | ||
f68be6f0 ILT |
368 | * configure.in, config.sub: added new target m68010-adobe-scout, |
369 | with alias of adobe68k. Changed configure.in to check for | |
370 | -scout before -sco* to avoid a false match. | |
371 | ||
440868a0 ILT |
372 | * Makefile.in: added AS_FOR_TARGET, passed down in |
373 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be | |
374 | the C compiler to use to create programs which are run in the | |
375 | build environment, set it to default to $(CC), and passed it down | |
376 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. | |
377 | ||
51489233 ILT |
378 | Wed Sep 9 12:21:42 1992 Ian Lance Taylor ([email protected]) |
379 | ||
380 | * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET, | |
381 | AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass | |
382 | TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the | |
383 | FOR_TARGET variants, to newlib and libg++. | |
384 | ||
a904db53 KR |
385 | Tue Sep 8 17:28:30 1992 Ken Raeburn ([email protected]) |
386 | ||
387 | * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built | |
388 | first. | |
389 | ||
390 | Wed Sep 2 02:50:05 1992 John Gilmore ([email protected]) | |
391 | ||
392 | * config.sub: Accept `elf' as an environment. | |
393 | ||
319a021e SC |
394 | Tue Sep 1 15:48:30 1992 Steve Chamberlain ([email protected]) |
395 | ||
a904db53 | 396 | * Makefile.in (all-opcodes): cd into the right directory |
319a021e | 397 | |
d257b46f ILT |
398 | Sun Aug 30 21:12:11 1992 Ian Lance Taylor ([email protected]) |
399 | ||
400 | * configure: added -program_transform_name option, used as | |
401 | argument to sed when installing programs. | |
402 | configure.texi: added documentation for -program_prefix, | |
403 | -program_suffix and -program_transform_name. | |
404 | ||
6e122179 JG |
405 | Thu Aug 27 21:59:44 1992 John Gilmore ([email protected]) |
406 | ||
407 | * config.sub: Accept i486 where i386 ok. | |
408 | ||
de0f17d8 BK |
409 | Thu Aug 27 13:04:42 1992 Brendan Kehoe ([email protected]) |
410 | ||
411 | * config.sub: accept we32k | |
412 | ||
56dcef3c ILT |
413 | Mon Aug 24 14:05:14 1992 Ian Lance Taylor ([email protected]) |
414 | ||
de0f17d8 BK |
415 | * config.sub, configure.in: accept OSE68000 and OSE68k. |
416 | ||
56dcef3c ILT |
417 | * Makefile.in: don't create all directories for ``make install''; |
418 | let the subdirectories create the ones they need. | |
419 | ||
420 | Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
421 | ||
422 | * COPYING: new file, GPL v2 | |
423 | ||
01b8752d DZ |
424 | Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
425 | ||
426 | * Makefile.in: use the new gen-info-dir, which needs a template | |
427 | argument (which also lives in texinfo) | |
428 | ||
429 | * configure.texi, standards.texi: fix INFO-DIR-ENTRY | |
430 | ||
dfa891fc DZ |
431 | Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
432 | ||
433 | * config/mh-solaris: removed the -xs from CFLAGS (let the people | |
434 | with Sun's C compiler deal with it themselved) | |
435 | ||
26fe0d7d FF |
436 | Mon Aug 3 00:34:17 1992 Fred Fish ([email protected]) |
437 | ||
438 | * config.sub (ncr3000): Change i386 to i486. | |
439 | ||
dfa891fc DZ |
440 | Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
441 | ||
442 | * Makefile.in: add install-rcs, install-grep to | |
443 | install-no-fixedincludes, removed install-bison and install-libgcc | |
444 | ||
26fe0d7d FF |
445 | Tue Jul 21 01:01:50 1992 david d `zoo' zuhn ([email protected]) |
446 | ||
447 | * configure.in: grab the HPUX makefile fragment if on HPUX | |
448 | ||
449 | Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace ([email protected]) | |
450 | ||
451 | * Makefile.in: eradicate bison spoor (ditto libgcc). | |
452 | configure.in: recognise m68{k,000}-ericsson-OSE. | |
453 | es1800 is alias for m68k-ericsson-OSE | |
454 | ||
455 | Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
456 | ||
457 | * configure.in: rearrange the parts that remove programs from | |
458 | configdirs, based now on HOST==TARGET or by canonical triple. | |
459 | ||
846b9d7b RP |
460 | Fri Jul 17 22:52:49 1992 K. Richard Pixley ([email protected]) |
461 | ||
462 | * test-build.mk: recurse explicitly with -f test-build.mk when | |
dae8a4cf RP |
463 | appropriate. predicate stage3 and comparison on the existence |
464 | of gcc. That is, if gcc isn't around, we aren't three-staging. | |
b4edd969 RP |
465 | On very clean, also remove ...stamp-co. Build in-place before |
466 | doing other builds. | |
846b9d7b | 467 | |
3ad0ef37 SC |
468 | Thu Jul 16 18:33:09 1992 Steve Chamberlain ([email protected]) |
469 | ||
470 | * Makefile.in, configure.in: add tgas | |
471 | ||
67b36a23 RP |
472 | Thu Jul 16 16:05:28 1992 K. Richard Pixley ([email protected]) |
473 | ||
06a07944 RP |
474 | * Makefile.in: a number of changes merged in from progressive. |
475 | ||
2d115749 RP |
476 | * configure.in: add libm. |
477 | ||
67b36a23 RP |
478 | * .cvsignore: ignore some stuff that comes from test-build.mk. |
479 | ||
179798e1 SG |
480 | Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com) |
481 | ||
482 | * config/mh-solaris: Use -xs when compiling so that Sun-C puts | |
483 | a symbol-table into the executable. | |
484 | ||
a4168049 FF |
485 | Tue Jul 7 00:24:52 1992 Fred Fish ([email protected]) |
486 | ||
487 | * config.sub: Add es1800 (m68k-ericsson-es1800). | |
488 | ||
1775539e RP |
489 | Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace ([email protected]) |
490 | ||
491 | * configure: Add program_suffix (parallel to program_prefix) | |
492 | * Makefile.in: adjust directory-creting script for losing decstation | |
493 | * .Sanitize: don't nuke byacc! | |
494 | ||
a4168049 FF |
495 | Mon Jun 22 23:43:48 1992 Per Bothner ([email protected]) |
496 | ||
497 | * configure: Minor $subdir-related fixes. | |
498 | ||
4347369f SC |
499 | Mon Jun 22 18:30:26 1992 Steve Chamberlain ([email protected]) |
500 | ||
501 | * configure: fix various problems with propogating | |
502 | makefile_target_frag in subdirs. | |
503 | * configure.in: config libgcc if its there | |
504 | ||
7d87ec82 SG |
505 | Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com) |
506 | ||
507 | * config.sub: HPPA merge. | |
508 | ||
65f14e33 FF |
509 | Mon Jun 15 12:31:52 1992 Fred Fish ([email protected]) |
510 | ||
511 | * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, | |
512 | it is broken on ncr 3000's. | |
513 | ||
514 | Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com) | |
515 | ||
516 | * Makefile.in: Replace all-bison with all-byacc in all | |
517 | dependency lines for other tools (which now use byacc). | |
518 | ||
18eb7bad JG |
519 | Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com) |
520 | ||
521 | * config.sub: Add sun4sol2 => sparc-sun-solaris2. | |
522 | ||
523 | Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com) | |
524 | ||
525 | * config/{mh-ncr3000, mh-sysv4}: Add INSTALL. | |
526 | ||
527 | Thu Jun 4 12:07:32 1992 Mark Eichin ([email protected]) | |
528 | ||
529 | * Makefile.in: make gprof rules similar to byacc rules (instead of | |
530 | vestigal $(unsubdir) that didn't work...) | |
531 | ||
f0e9ba1e PB |
532 | Thu Jun 4 00:37:05 1992 Per Bothner ([email protected]) |
533 | ||
534 | * config.sub: Add support for Linux. | |
535 | * Makefile.in: Use $(FLAGS_TO_PASS) more consistently | |
536 | (at least for libg++). | |
537 | ||
72754842 DZ |
538 | Tue Jun 02 20:03:00 1992 david d `zoo' zuhn ([email protected]) |
539 | ||
540 | * configure.texi: fix doc for the -nfp option to configure | |
541 | ||
2198e4ba MT |
542 | Tue Jun 2 17:20:52 1992 Michael Tiemann ([email protected]) |
543 | ||
544 | * Makefile.in (all-binutils): ar needs flex, so depend on all-flex. | |
545 | ||
546 | Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com) | |
547 | ||
548 | * config.sub: changed [^-]+ to [^-][^-]* so that it works under | |
549 | Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.) | |
550 | * configure.in: added solaris* host_makefile_frag hook. | |
551 | ||
a5992d11 DZ |
552 | Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
553 | ||
554 | * config.sub: changed recognition of m68000 so that various | |
555 | m68k types can be specified via m680[01234]0 | |
556 | ||
07f1d175 DZ |
557 | Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
558 | ||
559 | * config.sub (basic_machine): fix sed so that '-foo' isn't | |
560 | completely substituted out while .+'-foo' loses the '-foo' | |
561 | ||
49df2308 MT |
562 | Thu May 28 19:48:35 1992 Michael Tiemann ([email protected]) |
563 | ||
564 | * .Sanitize: Add flex to the list of keepers. flex is needed to | |
565 | build GNU ld. | |
566 | ||
ad1f7512 MT |
567 | Wed May 27 23:18:52 1992 Michael Tiemann ([email protected]) |
568 | ||
569 | * config.sub ($os): Add -aout. | |
570 | ||
571 | Fri May 22 14:00:02 1992 Per Bothner ([email protected]) | |
572 | ||
573 | * configure: If host_makefile_frag is absolute, don't | |
574 | prefix ${invsubdir} (relevant to libg++ auto-configure). | |
575 | ||
11ad114b MT |
576 | Thu May 21 18:00:09 1992 Michael Tiemann ([email protected]) |
577 | ||
578 | * Makefile.in (tooldir): Define it. | |
579 | (all-ld): Depend on all-flex. | |
580 | ||
581 | Sun May 10 21:45:59 1992 Per Bothner ([email protected]) | |
582 | ||
583 | * Makefile.in (check): Fix libg++ special case. | |
584 | ||
a60ff512 RP |
585 | Fri May 8 08:31:41 1992 K. Richard Pixley ([email protected]) |
586 | ||
9dba22c6 RP |
587 | * configure: do not bury `pwd` into config.status, thus do fewer |
588 | pwd's. | |
589 | ||
3b6f914f RP |
590 | * configure: print the "Building in" message only when building in |
591 | other than "." AND verbose. | |
592 | ||
a98e98d3 RP |
593 | * configure: remove -s, rework -v to better accomodate guested |
594 | configures. | |
595 | ||
a60ff512 RP |
596 | * standards.texi: updated to 3 may, fixed librid <-> libdir typo. |
597 | ||
598 | Fri May 1 18:00:50 1992 K. Richard Pixley ([email protected]) | |
599 | ||
600 | * Makefile.in: macroize flags passed on recursion. remove | |
601 | fileutils. | |
602 | ||
5bdf762b RP |
603 | Thu Apr 30 08:56:20 1992 K. Richard Pixley ([email protected]) |
604 | ||
a60ff512 RP |
605 | * configure: get makesrcdir right for subdirs deeper than 1. |
606 | ||
5bdf762b RP |
607 | * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on |
608 | install. | |
609 | ||
1dbe4d41 RP |
610 | Fri Apr 24 15:51:51 1992 K. Richard Pixley ([email protected]) |
611 | ||
612 | * Makefile.in: don't print subdir_do or recursion lines. | |
613 | ||
5bdf762b RP |
614 | Fri Apr 24 15:22:04 1992 K. Richard Pixley ([email protected]) |
615 | ||
616 | * standards.texi: added menu item. | |
617 | ||
618 | * Makefile.in: build and install standards.info. | |
619 | ||
620 | * standards.texi: new file. | |
621 | ||
92b9ed40 RP |
622 | Wed Apr 22 18:06:55 1992 K. Richard Pixley ([email protected]) |
623 | ||
624 | * configure: test for and move config.status pieces from | |
625 | ${subdir}/. | |
626 | ||
58760cda FF |
627 | Wed Apr 22 14:38:34 1992 Fred Fish ([email protected]) |
628 | ||
629 | * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with | |
630 | CFLAGS per new configuration strategy. | |
631 | * configure: Test for existance of files before trying to mv | |
632 | them, to avoid numerous non-existance messages. | |
633 | ||
94c7ae21 RP |
634 | Tue Apr 21 12:31:33 1992 K. Richard Pixley ([email protected]) |
635 | ||
53988f33 RP |
636 | * configure: correct final line of config.status. |
637 | ||
86112802 RP |
638 | * configure: patch from eggert. Avoids a protection problem if |
639 | the original Makefile.in is read only. | |
640 | ||
196377ee RP |
641 | * configure: use move-if-change from gcc to create config.status. |
642 | Some makefiles depend on config.status to tell if a directory | |
643 | has been reconfigured for a different host. This change | |
644 | prevents those directories from remaking everything in the case | |
645 | where the reconfig was only intended to rebuild a Makefile. | |
646 | ||
94c7ae21 RP |
647 | * configure: test for config.sub with "config.sub sun4" rather |
648 | than "config.sub ${host_alias}". Otherwise we can't tell a bad | |
649 | host alias from a missing config.sub. | |
650 | ||
9546e9b4 RP |
651 | Mon Apr 20 18:16:36 1992 K. Richard Pixley ([email protected]) |
652 | ||
653 | * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass | |
654 | MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g. | |
655 | ||
656 | Fri Apr 17 18:27:51 1992 Per Bothner ([email protected]) | |
657 | ||
658 | * configure: mkdir ${subdir} as needed. | |
659 | ||
618f57a9 RP |
660 | Wed Apr 15 17:37:22 1992 K. Richard Pixley ([email protected]) |
661 | ||
662 | * Makefile.in,configure.in: added autoconf. | |
663 | ||
ee1dc1b7 RP |
664 | Wed Apr 15 17:27:34 1992 K. Richard Pixley ([email protected]) |
665 | ||
9546e9b4 RP |
666 | * Makefile.in: no longer pass against on recursion. |
667 | ||
e1ca0072 RP |
668 | * Makefile.in: added .NOEXPORT: so that stray makefile_frag |
669 | definitions are not inherited. | |
670 | ||
ee1dc1b7 RP |
671 | * configure: correct makesrcdir when subdir is . |
672 | ||
8becd045 PB |
673 | Tue Apr 14 11:56:09 1992 Per Bothner ([email protected]) |
674 | ||
675 | * configure: Add support for 'subdirs' variable, which is | |
676 | like 'configdirs', except that configure doesn't re-invoke | |
677 | itself for subdirs, it just creates a Makefile for each subdir. | |
678 | * configure.texi: Document subdirs. | |
679 | ||
6adac399 DZ |
680 | Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
681 | ||
682 | * configure.in: added flex to configdirs | |
683 | ||
64d424c6 RP |
684 | Mon Apr 13 18:43:55 1992 K. Richard Pixley ([email protected]) |
685 | ||
686 | * Makefile.in: remove clean-stamps from clean. | |
687 | ||
347e3a00 JG |
688 | Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com) |
689 | ||
690 | * configure.in: Add gdbtest to configdirs. | |
691 | ||
c4fb14b7 FF |
692 | Fri Apr 10 23:11:49 1992 Fred Fish ([email protected]) |
693 | ||
694 | * Makefile.in (MINUS_G): Add macro, default to -g, pass on | |
695 | to recursive makes. | |
696 | * configure.in: Recognize new ncr3000 config. | |
697 | ||
698 | Wed Apr 8 23:08:12 1992 K. Richard Pixley ([email protected]) | |
699 | ||
700 | * Makefile.in, configure.in: removed references to gdbm. | |
701 | ||
6910a5ac PB |
702 | Tue Apr 7 16:48:20 1992 Per Bothner ([email protected]) |
703 | ||
704 | * config.sub: Don't canonicalize os value | |
705 | newsos* to bsd (readline needs to check for newsos). | |
706 | (This fix was earlier made Jan 31, but got re-broken.) | |
707 | ||
dd7368a7 SG |
708 | Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com) |
709 | ||
27c28d61 SG |
710 | * configure.in: sco is an os, not a vendor! |
711 | ||
dd7368a7 SG |
712 | * configure: Quote $( better. Keep various shells happy. |
713 | ||
714 | Tue Mar 31 16:32:57 1992 K. Richard Pixley ([email protected]) | |
715 | ||
716 | * Makefile.in: eliminate stamp-files. | |
717 | ||
079b2abe RP |
718 | Mon Mar 30 22:20:23 1992 K. Richard Pixley ([email protected]) |
719 | ||
720 | * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule. | |
721 | Supress echoing of all the "if [ -d ... $(MAKE)" lines. | |
722 | ||
723 | Wed Mar 25 15:20:04 1992 Stu Grossman ([email protected]) | |
724 | ||
725 | * config.sub: fix iris/iris3. | |
726 | ||
88578a2a RP |
727 | Wed Mar 25 10:34:19 1992 K. Richard Pixley ([email protected]) |
728 | ||
729 | * configure: re-add -rm. | |
730 | ||
b4e2a59b RP |
731 | Tue Mar 24 23:50:16 1992 K. Richard Pixley ([email protected]) |
732 | ||
e855b0f8 RP |
733 | * Maskefile.in: add .stmp-rcs to all. |
734 | ||
b4e2a59b RP |
735 | * configure.in: remove gas from rs6000 build, use aix host fragment. |
736 | ||
0e693d0b RP |
737 | Mon Mar 23 19:43:35 1992 K. Richard Pixley ([email protected]) |
738 | ||
739 | * configure: pass down site_option during recursion. | |
740 | ||
66cfe047 SG |
741 | Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com) |
742 | ||
52963fb7 | 743 | * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline. |
66cfe047 SG |
744 | |
745 | Wed Mar 18 15:29:33 1992 Mike Stump ([email protected]) | |
746 | ||
747 | * configure: Change exec_prefix so that it really defaults to prefix. | |
748 | ||
bb24c7e6 FF |
749 | Sat Mar 14 17:20:38 1992 Fred Fish ([email protected]) |
750 | ||
751 | * Makefile.in, configure.in: Add support for mmalloc library. | |
752 | ||
b7dd30ab RP |
753 | Fri Mar 13 18:44:18 1992 K. Richard Pixley ([email protected]) |
754 | ||
755 | * Makefile.in: add stmp dependencies for a few more things. | |
756 | ||
1cb49e87 RP |
757 | Thu Mar 12 04:56:24 1992 K. Richard Pixley ([email protected]) |
758 | ||
b7dd30ab RP |
759 | * configure: adjusted error message on objdir/srcdir configure |
760 | collision, per john's suggestion. | |
761 | ||
1cb49e87 RP |
762 | * Makefile.in: add libiberty stmp to all and all.cross. |
763 | ||
02a7ba9a RP |
764 | Wed Mar 11 02:07:52 1992 K. Richard Pixley ([email protected]) |
765 | ||
766 | * Makefile.in: remove force dependencies, add grep to all. | |
767 | ||
c1e4672c RP |
768 | Tue Mar 10 21:49:18 1992 K. Richard Pixley ([email protected]) |
769 | ||
9d98d2ac RP |
770 | * Makefile.in: drop flex. make stamp files work. |
771 | ||
8fd24008 RP |
772 | * configure: added test for conflicting configuration in srcdir, |
773 | remove trailing slashes from srcdir. Otherwise emacs gdb mode | |
774 | gets cranky. use relative paths for configure and srcdir | |
775 | whenever possible. Send some error messages to stderr that were | |
776 | going to stdout. | |
c1e4672c RP |
777 | |
778 | Tue Mar 10 18:01:55 1992 Per Bothner ([email protected]) | |
779 | ||
780 | * Makefile.in: Fix libg++ rule to check for gcc directory | |
781 | before using gcc/gcc. Also pass XTRAFLAGS. | |
782 | ||
783 | Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai) | |
784 | ||
785 | * Makefile.in: added stmp-files so that directories aren't polled | |
786 | when they are already built. | |
787 | ||
788 | * configure.texi: fixed a node pointer problem. | |
789 | ||
790 | Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com) | |
791 | ||
792 | * config.sub configure.in config/.Sanitize config/mh-irix4 | |
793 | gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c | |
794 | gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h | |
795 | gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 | |
796 | gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x. | |
797 | ||
798 | Wed Mar 4 02:57:46 1992 K. Richard Pixley ([email protected]) | |
799 | ||
800 | * configure: -recurring becomes -silent. corrected help message | |
801 | for -site= option. | |
802 | ||
803 | * Makefile.in: mkdir $(exec_prefix) and $(tooldir). | |
804 | ||
805 | Tue Mar 3 14:51:21 1992 K. Richard Pixley ([email protected]) | |
806 | ||
807 | * configure: when building Makefile for crosses, replace | |
808 | tooldir and program_prefix. default srcdir from location of | |
809 | config.sub. remove "for host in hosts" and "for target in | |
810 | targets" loops. | |
811 | ||
812 | Wed Feb 26 19:48:25 1992 K. Richard Pixley ([email protected]) | |
813 | ||
814 | * Makefile.in: Do not pass bindir or mandir to cvs. | |
815 | ||
816 | Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected]) | |
817 | ||
818 | * Makefile.in, configure.in: removed traces of namesubdir, | |
819 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
820 | copyrights to '92, changed some from Cygnus to FSF. | |
821 | ||
822 | * configure.texi: remove most references to multiple hosts, | |
823 | multiple targets, subdirs, etc. | |
824 | ||
825 | * configure.man: removed rcsid. reference config.sub not | |
826 | config.subr. | |
b74fd080 RP |
827 | |
828 | * Makefile.in: mkdir $(infodir) on install-info. | |
829 | ||
830 | Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com) | |
831 | ||
832 | * configure.texi: Explain better about .gdbinit and about | |
833 | the environment that configure.in sections run in. | |
834 | ||
835 | Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com) | |
836 | ||
837 | * configure.in: Ultrix is only a decstation if it's a MIPS. | |
838 | ||
839 | Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com) | |
840 | ||
841 | * README: DOC.configure => cfg-paper.texi. | |
842 | ||
b0606560 SG |
843 | Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com) |
844 | ||
845 | * config.sub (near case $os): Don't convert newsos* to bsd! | |
846 | ||
847 | Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com) | |
848 | ||
849 | * Makefile.in: Reinstall change from gdb-4.3 that reduces | |
850 | the number of copies of COPYING that go into the GDB tar file. | |
851 | ||
92732c27 SG |
852 | Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com) |
853 | ||
854 | * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco, | |
855 | gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: | |
856 | Fix SCO configuration stuff. | |
857 | ||
4cc027e1 PB |
858 | Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com) |
859 | ||
860 | * Makefile.in: For libg++, make sure the -I pointing | |
861 | to the gcc directory goes *after* all the libg++-local -I flags. | |
862 | Also, move just-gcc dependency from just-libg++ to all-libg++. | |
863 | ||
864 | Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com) | |
865 | ||
866 | * configure: Change -x to -f to keep Ultrix /bin/test happy. | |
867 | ||
868 | Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com) | |
869 | ||
870 | * Makefile.in (make-gdb.tar.Z): Remove texinfo targets. | |
871 | ||
aa2e8c1c FF |
872 | Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com) |
873 | ||
874 | * config.sub: Add stratus configuration frags. Also | |
875 | submitted to FSF. | |
876 | ||
c1e296fc SG |
877 | Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com) |
878 | ||
1a7cac26 SG |
879 | * Makefile.in (DEV_SUPPORT): add configure.man. |
880 | ||
c1e296fc SG |
881 | * config.sub(Decode manufacturer-specific): add -none*. |
882 | ||
23e3e7f9 SG |
883 | Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com) |
884 | ||
885 | * Makefile.in: remove form feeds to make Sun's make happy. | |
886 | (DEVO_SUPPORT): DOC.configure => cfg-paper.texi. | |
887 | ||
888 | Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com) | |
889 | ||
890 | * Makefile.in (AR_FLAGS): Make quieter. | |
891 | ||
892 | Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com) | |
893 | ||
894 | * configure.in: Add libg++. | |
895 | * configure: When verbose, don't output the command line at each | |
896 | level; it will be unremarkably the same as the previous version, | |
897 | which will be the same as what the user typed. | |
898 | ||
e488e581 RP |
899 | Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com) |
900 | ||
079399f6 RP |
901 | * configure.in, Makefile.in: fix clean-info, add flex. add |
902 | fileutils. | |
25113b46 | 903 | |
079399f6 RP |
904 | * configure: be less sensitive to spaces in Makefile.in. Do not |
905 | look for sources in "..". Doing so breaks subdirectories that | |
906 | might have their own configure. If a subdir has it's own | |
907 | configure script, use it. | |
e488e581 | 908 | |
62ddb92b RP |
909 | Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com) |
910 | ||
911 | * cfg-paper.texi: some changes suggested by rms. | |
912 | ||
7dac6086 FF |
913 | Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com) |
914 | ||
915 | * config.sub: Merge in some small additions from the FSF version, | |
916 | taken from the gcc distribution, to bring the Cygnus and FSF | |
917 | versions into closer sync. | |
918 | ||
5f32984e FF |
919 | Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com) |
920 | ||
921 | * configure.in: Changed svr4 references to sysv4. | |
922 | ||
0c72405d RP |
923 | Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com) |
924 | ||
925 | * configure: added -V for version number option. | |
926 | ||
7d283cc1 RP |
927 | Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com) |
928 | ||
929 | * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd. | |
930 | renamed from DOC.configure to cfg-paper.texi. | |
931 | ||
932 | Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
933 | ||
934 | * configure, config.subr, config.sub: config.subr is now | |
935 | config.sub again. | |
936 | ||
f6031817 RP |
937 | Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com) |
938 | ||
7d283cc1 RP |
939 | * configure.texi: new file, in progress. |
940 | ||
941 | * Makefile.in: build info file and install the man page for | |
942 | configure. | |
943 | ||
944 | * configure.man: new file, first cut. | |
945 | ||
7da1d334 | 946 | * configure: find config.subr again now that configuration "none" |
7d283cc1 RP |
947 | has gone. removed all traces of the -ansi option. removed all |
948 | traces of the -languages option. | |
7da1d334 | 949 | |
f6031817 RP |
950 | * config.subr: resync from rms. |
951 | ||
9a9e8e7f RP |
952 | Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
953 | ||
475576ae RP |
954 | * configure, config.sub, config.subr: merge config.sub into |
955 | config.subr, call the result config.subr, remove config.sub, use | |
956 | config.subr. | |
957 | ||
9a9e8e7f RP |
958 | * Makefile.in: revised install for dir.info. |
959 | ||
e9712bee RP |
960 | Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
961 | ||
806fd9fc RP |
962 | * configure.in: add decstation host makefile frag. |
963 | ||
bb07ee3e | 964 | * Makefile.in: BISON now bison -y again. also install-gcc on |
c466cfab | 965 | install. clean-gdbm on clean. infodir belongs in datadir. |
9a9e8e7f RP |
966 | Make directories for info install. Build dir.info here then |
967 | install it. | |
e9712bee | 968 | |
b26ff9d8 RP |
969 | Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
970 | ||
971 | * Makefile.in: fix for bad directory tests. | |
972 | ||
098676c9 RP |
973 | Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
974 | ||
0e0643c7 | 975 | * configure: \{1,2\} appears to be a sysv'ism. Use a different |
b26ff9d8 | 976 | regexp. -srcdir relative was being handled incorrectly. |
0e0643c7 | 977 | |
098676c9 RP |
978 | * Makefile.in: unwrapped some for loops so that parallel makes |
979 | work again and so one can focus one's attention on a particular | |
980 | package. | |
981 | ||
982 | Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
983 | ||
984 | * configure: added PWD as a stand in for `pwd` (for speed). use | |
985 | elif wherever possible. make -srcdir work without -objdir. | |
986 | -objdir= commented out. | |
987 | ||
988 | Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
989 | ||
990 | * configure: +options become --options. -subdirs commented out. | |
991 | added -host, -datadir. Renamed -destdir to -prefix. Comment in | |
992 | Makefile now at top of generated Makefile. Removed cvs log | |
993 | entries. added -srcdir. create .gdbinit only if there is one | |
994 | in ${srcdir}. | |
995 | ||
996 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
997 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
998 | and mandir now keyed off datadir by default. | |
999 | ||
1000 | Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
1001 | ||
1002 | * Freshly created ChangeLog. | |
1003 |