emp/bldlibvnc$ echo $?
> 1
> zzz@i7-lab:~/temp/bldlibvnc$ make -q libvncclient.so
> zzz@i7-lab:~/temp/bldlibvnc$ echo $?
> 0
>
> So you'll need to discern the actual target you want to check.
>
> Best regards...
>
> On Tue, Nov 27, 2018 at 11:51 AM Alex Tzonko
We are using cmake for our project and recently discovered that the
generated Makefiles do not seem to work correctly with the '--question' or
'-q' option. The return code is always '1' even if there are no changes
which would require rebuilding/recompiling anything. I am not sure if this
is an iss
We are using cmake for our project and recently discovered that the
generated Makefiles do not seem to work correctly with the '--question' or
'-q' option. They always exit with return code '1' even if there are no
changes which would require rebuilding anything. I am not sure if this is
an issue w