X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52d6f42ba93c58bacb59e052de5a3b5c650e3f68..8ae010d4c75ae10f8d119e068f3294aa05beceb3:/buildtools/Cmake/MaintainerMode.cmake diff --git a/buildtools/Cmake/MaintainerMode.cmake b/buildtools/Cmake/MaintainerMode.cmake index 939b9b915b..2bd7ee4786 100644 --- a/buildtools/Cmake/MaintainerMode.cmake +++ b/buildtools/Cmake/MaintainerMode.cmake @@ -96,13 +96,16 @@ message("_______________________________________________________________________ message("________________________________________________________________________________ SG_UNIT_EXTRACTOR") if(PERL_EXE) + message(" PERL : ${PERL_EXE}\n") - exec_program("${CMAKE_COMMAND} -E remove -f ${PROJECT_DIRECTORY}/src/simgrid_units_main.c") + exec_program("${CMAKE_COMMAND} -E remove ${PROJECT_DIRECTORY}/src/simgrid_units_main.c") + exec_program("${CMAKE_COMMAND} -E remove src/simgrid_units_main.c") foreach(file ${TEST_UNITS}) exec_program("${CMAKE_COMMAND} -E remove ${PROJECT_DIRECTORY}/src/${file}") + exec_program("${CMAKE_COMMAND} -E remove src/${file}") endforeach(file ${TEST_UNITS}) - + #$(TEST_UNITS): $(TEST_CFILES) string(REPLACE ";" " " USE_TEST_CFILES "${TEST_CFILES}") exec_program("chmod a=rwx ${PROJECT_DIRECTORY}/tools/sg_unit_extractor.pl")