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

Use rebar as build tool #31

Merged
2 commits merged into from
Jan 20, 2011
Merged

Use rebar as build tool #31

2 commits merged into from
Jan 20, 2011

Conversation

andrewtj
Copy link
Contributor

Hey Chandra,

Thought these two commits might be useful. The first sets up ibrowse to be built by rebar and to be useable as a rebar dependancy. I've preserved the compile options from src/Makefile and also made sure the Makefile's install target will still work. The second commit removes the unused port driver code and tests.

Cheers,

Andrew

* Add rebar
* Move build flags from src/Makefile to rebar.config
* Remove src/Makefile
* Put version in src/ibrowse.app.src
* Remove vsn.mk
* Remove ebin/ibrowse.app
* Change Makefile to read version from src/ibrowse.app.src
* Change Makefile all target to call ./rebar compile
* Change Makefile clean target to call ./rebar clean
* Update .gitignore to ignore ebin/*
@cmullaparthi
Copy link
Owner

Thanks very much! I've been waiting for someone to do this :) I'll take a look at it tonight and push a new release out.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants