aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-04-21 19:36:11 +0000
committerK. Richard Pixley <rich@cygnus>1992-04-21 19:36:11 +0000
commit196377eec673c1ebbf175d3299d8bdf5133b122b (patch)
treec3912a164fab12f8f89244ff8d16c4eda234943d /ChangeLog
parent94c7ae212df7c2d3266d558ecf8a94a237f7690c (diff)
downloadgdb-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 482c71e..e2d6120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.