]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Add markers to compile output
authorMichal Sojka <michal.sojka@cvut.cz>
Sat, 8 Sep 2018 09:10:50 +0000 (11:10 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sat, 8 Sep 2018 09:20:50 +0000 (11:20 +0200)
With this, it will be easier to figure in which build variant an error
happens.

Makefile

index 87264b11676ed69eefa04b8edfd183e291924c92..fe0f1608200bd4466a5811e94494834cf780a00f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,13 @@ CMAKE_OTPS_cufft_big_openmp  = -DFFT=cuFFT -DBIG_BATCH=ON -DOPENMP=ON
 .SECONDARY: $(BUILDS:%=build-%/build.ninja)
 
 build-%/build.ninja:
+       @echo '############################################################'
        mkdir -p $(@D)
        cd $(@D) && cmake $(CMAKE_OPTS) $(CMAKE_OTPS_$*) ..
 
 .PHONY: FORCE
 build-%/kcf_vot: build-%/build.ninja FORCE
+       @echo '############################################################'
        cmake --build $(@D)
 
 $(BUILDS): %: build-%/kcf_vot