grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

Detect when drivers were added or removed #15

Open holzingk opened 6 years ago

holzingk commented 6 years ago

At the moment you have to manually delete _grisp when there is a new or a deleted driver, otherwise you get an abscure build failure.

Perhaps we shoud automate that task, or at least give a better warning.

peerst commented 6 years ago

Agree

eproxus commented 6 years ago

It could be that we're "too smart" when it comes to the makefile patching. Maybe always reverting and patching the makefiles would solve the problem?

sylane commented 6 years ago

This would solve the problem, and it may be the simplest solution...