summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-11-03 07:23:18 -0500
committerBrad King <brad.king@kitware.com>2004-11-03 07:23:18 -0500
commitd46d8df0edfcfac46390319db8213601a5cd4260 (patch)
tree86f2c559e3983463981ea30e59fa25193207dfb2 /bootstrap
parent3050e231b35c7b8b3e1dfcc37275dddb3b5d7445 (diff)
downloadcmake-d46d8df0edfcfac46390319db8213601a5cd4260.tar.gz
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index dc2d4fc7fa..acb64d6d40 100755
--- a/bootstrap
+++ b/bootstrap
@@ -38,6 +38,7 @@ CMAKE_CXX_SOURCES="\
cmakemain \
cmMakeDepend \
cmMakefile \
+ cmGeneratedFileStream \
cmGlobalGenerator \
cmLocalGenerator \
cmSourceFile \