ref: 67d546a8a9c8ebcac111c11529a126b1e383b8d1
parent: b8b8de80c62c4d5ac004898d3b5a84f6c71b02d7
author: Werner Lemberg <[email protected]>
date: Tue May 24 00:49:42 EDT 2005
* configure: Always remove config.mk, builds/unix/unix-def.mk, and builds/unix/unix-cc.mk. This fixes repeated calls of the script. Reported by Nelson Beebe and Behdad Esfahbod.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-24 Werner Lemberg <[email protected]>
+
+ * configure: Always remove config.mk, builds/unix/unix-def.mk, and
+ builds/unix/unix-cc.mk. This fixes repeated calls of the script.
+ Reported by Nelson Beebe and Behdad Esfahbod.
+
2005-05-23 Werner Lemberg <[email protected]>
* builds/amiga/makefile.os4 (WARNINGS), builds/compiler/gcc-dev.mk
--- a/configure
+++ b/configure
@@ -1,12 +1,9 @@
#!/bin/sh
#
-# Call the 'configure' script located in 'builds/unix'.
+# Call the `configure' script located in `builds/unix'.
#
-# This should re-generate the following files:
-#
-# config.mk
-# install
-#
+
+rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk
if test "x$GNUMAKE" = x; then
GNUMAKE=make