summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-07 16:20:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-07 16:20:08 (GMT)
commitb2e2c29d97ad6c185ff775328fbc1268b5427920 (patch)
tree18cf739d25da62db9afddcee0a43fc7db3e59abe /Source/cmaketest.cxx
parenta56ddb5823285f1ae17f0c46632971ca9f02bbbf (diff)
downloadCMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.zip
CMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.tar.gz
CMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.tar.bz2
We should really just call make and not make all
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r--Source/cmaketest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index 0c99135..d462f7d 100644
--- a/Source/cmaketest.cxx
+++ b/Source/cmaketest.cxx
@@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv)
}
// now build
- makeCommand += " all";
}
std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";