this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not always rebuild mig

+4 -2
+4 -2
bootstrap_cmds-91/CMakeLists.txt
··· 35 35 36 36 add_executable(migcom ${mig_sources}) 37 37 38 - add_custom_target(mig 38 + add_custom_command( 39 + DEPENDS migcom 40 + OUTPUT "${CMAKE_BINARY_DIR}/mig" 39 41 COMMAND 40 42 awk -v "migcc=${CMAKE_C_COMPILER}" 41 43 -v "migcom=${CMAKE_CURRENT_BINARY_DIR}/migcom" ··· 44 46 && chmod 0755 "${CMAKE_BINARY_DIR}/mig" 45 47 ) 46 48 47 - add_dependencies(migcom "mig") 49 +