summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2020-11-13 21:27:45 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-16 16:34:53 (GMT)
commit378c047ae30184bdcefdf767fb49538655ee2191 (patch)
treef0a8e8defe0496c6663306f586a93ef7adc3d947 /Tests/RunCMake
parent01b473b81098e95ac3e6cbf173c78bf02bdf036c (diff)
downloadCMake-378c047ae30184bdcefdf767fb49538655ee2191.zip
CMake-378c047ae30184bdcefdf767fb49538655ee2191.tar.gz
CMake-378c047ae30184bdcefdf767fb49538655ee2191.tar.bz2
Makefiles: Explicitly tell 'make' tool what Makefile name to use
CMake did not specify the filename of the Makefile generated by it. Due to GNU make precedence rules this means that the presence of a GNUmakefile or makefile would take precedence over the generated Makefile. This is only relevant for in-source builds and only whenever an alternative makefile by the above mentioned names exists. This patch adds the (seemingly universal) `-f` switch and the (hardcoded) filename (it is now hardcoded separately in these two files): - cmLocalUnixMakefileGenerator3.cxx - cmGlobalUnixMakefileGenerator3.cxx Fixes: #21418
Diffstat (limited to 'Tests/RunCMake')
0 files changed, 0 insertions, 0 deletions