summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-05 16:29:59 -0500
committerBrad King <brad.king@kitware.com>2015-02-05 16:44:56 -0500
commit69ac6d27555cd4819d0c7f40e4471c6f885e23ab (patch)
tree6d63228342fb1633fc0352f732d34d7b8f32da65 /bootstrap
parent098160d5f2a1aa35d2f14c585dd87cefd8f56f41 (diff)
downloadcmake-69ac6d27555cd4819d0c7f40e4471c6f885e23ab.tar.gz
bootstrap: Enable color Makefile output
Build the needed infrastructure during bootstrap in order to allow "cmake -E cmake_echo_color" to be used unconditionally during generation.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index a88eb6a1c0..8e22bee9e6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -333,13 +333,15 @@ if ${cmake_system_mingw}; then
EncodingC \
ProcessWin32 \
String \
- System"
+ System \
+ Terminal"
else
KWSYS_C_SOURCES="\
EncodingC \
ProcessUNIX \
String \
- System"
+ System \
+ Terminal"
fi
KWSYS_CXX_SOURCES="\
@@ -362,7 +364,8 @@ KWSYS_FILES="\
String.h \
String.hxx \
System.h \
- SystemTools.hxx"
+ SystemTools.hxx \
+ Terminal.h"
KWSYS_IOS_FILES="
fstream \