On 21/12/2015 00:36, KI7MT wrote:
> It would not be too difficult to make $3 accept anything, but if it's
> entered wrong, the build would fail in the cmake configure stage.
That's not a build then it's a configure. I am confused by your examples 
as you mentioned and example to build 'doc' but there is no build target 
call 'doc'. There is a build target called 'docs' along with many 
others. Unfortunately neither CMake nor GNU make have a facility for 
listing all targets. You can see the available targets using bash 
command line completion (assuming you have the relevant make command 
line completion installed), like this:

   $ cd <build-root>
   $ make(space)(tab)(tab)

I'm not suggesting we should codify these hundreds of targets or even 
provide a way of dynamically listing them, after all bash command line 
completion does the job just fine already. My point is that all of those 
targets are valid and might be used by a developer to do some relevant 
fragment of the build.

73
Bill
G4WJS.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to