diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-18 05:24:14 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-18 05:24:14 +0000 |
commit | 5cc730861d03cf41d5857206ea1839f6490e764d (patch) | |
tree | e293c52646192428732b8c582f91a6c475a357e8 /ChangeLog | |
parent | d881dd869fc70d807f3630328606c3d3cb3e83f9 (diff) | |
download | gdb-5cc730861d03cf41d5857206ea1839f6490e764d.zip gdb-5cc730861d03cf41d5857206ea1839f6490e764d.tar.gz gdb-5cc730861d03cf41d5857206ea1839f6490e764d.tar.bz2 |
* Makefile.in: Replace all occurrances of "rootme" with "r" and "$${rootme}"
with "$$r", to increase the likelihood that the do-* commands (plus user
environment) will fit SCO limits.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ +Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * Makefile.in: Replace all occurrances of "rootme" with "r" and + "$${rootme}" with "$$r", to increase the likelihood that the do-* + commands (plus user environment) will fit SCO limits. + Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure.in: Don't issue warnings about directories which are - not being configued if -norecursion is set. + not being configured if -norecursion is set. Correct test for + --with-gnu-as and --with-gnu-ld to not get confused by substring + matches. * configure.in: Don't build gas for alpha-dec-osf1*. |