Erlang – How to let Rebar run ‘make’?

One of my dependencies does not use rebar-it uses Makefile. How can I make rebar run this Makefile instead of trying to compile the source itself?

Please note that I want to continue to use steel bars to complete other tasks.

Looking at the rebar.config example file, you can mark the dependency as raw, which means it was not compiled by rebar. Then you can add a pre or post compilation hook to run make in the dependency directory. Suppose They have an OTP file structure, and the rebar generate command should still be able to fetch any Erlang applications built there.

One of my dependencies does not use rebar – it uses Makefile. How to get rebar to run This Makefile, instead of trying to compile the source itself?

Please note that I want to continue to use steel bars to complete other tasks.

Check the rebar.config example file, you can Mark the dependency as raw, which means it was not compiled by rebar. Then you can add a pre or post compilation hook to run make in that dependency directory. Assuming they have an OTP file structure, the rebar generate command should still be able to Get any Erlang applications built there.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 2289 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.