diff options
author | K. Richard Pixley <rich@cygnus> | 1992-04-21 19:36:11 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-04-21 19:36:11 +0000 |
commit | 196377eec673c1ebbf175d3299d8bdf5133b122b (patch) | |
tree | c3912a164fab12f8f89244ff8d16c4eda234943d /ChangeLog | |
parent | 94c7ae212df7c2d3266d558ecf8a94a237f7690c (diff) | |
download | gdb-196377eec673c1ebbf175d3299d8bdf5133b122b.zip gdb-196377eec673c1ebbf175d3299d8bdf5133b122b.tar.gz gdb-196377eec673c1ebbf175d3299d8bdf5133b122b.tar.bz2 |
configure: use move-if-change from gcc to create config.status. Some
makefiles depend on config.status to tell if a directory has been
reconfigured for a different host. This change prevents those
directories from remaking everything in the case where the reconfig
was only intended to rebuild a Makefile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com) + * configure: use move-if-change from gcc to create config.status. + Some makefiles depend on config.status to tell if a directory + has been reconfigured for a different host. This change + prevents those directories from remaking everything in the case + where the reconfig was only intended to rebuild a Makefile. + * configure: test for config.sub with "config.sub sun4" rather than "config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub. |