On 06/02/13 15:05, Micheil Smith wrote:
> Minor thought on this: Isn't the general "change the build output directory" 
> done with a PREFIX flag?

Well GNU configure uses flags of the form "--*dir" where * has some contextual 
meaning but those suggested only cover
installation targets rather than an intermediate build location [1].

I chose "--outdir" since the current Python build scripts were using the 
hard-coded path 'out' and the variable 'output_dir' and the Makefile was using 
hard-coded 'out' too.

Thinking about it I suppose "--builddir" might be more appropriate ?


[1] 
http://www.gnu.org/prep/standards/html_node/Directory-Variables.html#Directory-Variables

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to