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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make release rule #49

Merged
merged 2 commits into from
Apr 26, 2017
Merged

Add make release rule #49

merged 2 commits into from
Apr 26, 2017

Conversation

baransu
Copy link
Contributor

@baransu baransu commented Apr 23, 2017

Building Erlang Perf Lab manually requires few commands to run. I propose new rule which contains all commands which are necessary to run.

I'm not an Make expert so I'm counting on your review 馃檪

@baransu baransu added this to the 0.7 milestone Apr 23, 2017
Copy link

@mentels mentels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worked for me, cool.

Makefile Outdated
@make rebar
@make ui
@make
@./bootstrap
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tried this but you should be able to express dependencies better with

all: rebar
        @$(REBAR) get-deps compile

...

release: all ui
        @./bootstrap

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I did this way to allow echo before everything. Is there any way to write it your way and preserve echo?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so and am not sure how useful that echo is, especially when you can see make release right above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you're right.

@arkgil
Copy link
Contributor

arkgil commented Apr 26, 2017

@baransu is it finished now? :)

@baransu
Copy link
Contributor Author

baransu commented Apr 26, 2017

Yeah, I thinks so. Let's merge it!

@arkgil arkgil merged commit 1b67be8 into master Apr 26, 2017
@arkgil arkgil deleted the make-release branch April 26, 2017 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants