Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make output dir configurable #9

Closed
yeshunping opened this issue Apr 20, 2013 · 3 comments
Closed

make output dir configurable #9

yeshunping opened this issue Apr 20, 2013 · 3 comments
Assignees

Comments

@yeshunping
Copy link
Contributor

There are four output dirs now, (for different -m -p),
I suggest name output target dirs configurable, and make them subdirs of the same output ROOT dir, such as
BLADE_OUT/32opt
BLADE_OUT/64opt
BLADE_OUT/32dbg
BLADE_OUT/64dbg

we can make BLADE_OUT hidden to avoid dirtying svn

@chen3feng
Copy link
Owner

Consider introduce a config option named output_dir, for example:
blade_config(
output_dir='build${bits}/${mode}'
)
output_dir is a pattern, support the following vars:
$bits
$mode
$arch
$gcov
$gprof

string.Template can be used to implement this feature easily

@ghost ghost assigned chen3feng Apr 22, 2013
@chen3feng
Copy link
Owner

partial supported

@chen3feng
Copy link
Owner

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants