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

Convert rantfile into rakefile for trema-edge build #8

Open
nickkaranatsios opened this issue Jan 18, 2013 · 5 comments
Open

Convert rantfile into rakefile for trema-edge build #8

nickkaranatsios opened this issue Jan 18, 2013 · 5 comments
Assignees

Comments

@nickkaranatsios
Copy link
Member

Most of the ground work is done. Waiting for a rake::builder gem release to confirm compiler errors abort the build as expected.

@ghost ghost assigned nickkaranatsios Jan 18, 2013
@yasuhito
Copy link
Member

👍

@yasuhito
Copy link
Member

"Avoid linking every time you run the rakefile even if the executable hasn't changed" issue on rake-builder
joeyates/rake-builder#21

@nickkaranatsios
Copy link
Member Author

Fix the rakefile so it compiles the cmockery to enable first time compiling smoothly.
2ba5aa7

@yasuhito
Copy link
Member

👍

@nickkaranatsios
Copy link
Member Author

I got around the above problem by using the Rake::Task['name'].invoke method but the rake::builder has a target_ prerequisites attribute that can be set but it didn't work. When I get around it I'll check it once again and maybe log another issue to the rake::builder author.

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