Closed Rosalie241 closed 6 years ago
Further nitpick: any side products created by the build (shrine.img) should also be added to .gitignore
I tested it multiple times, works for me. pretty well. I'll add such a dummy file.
It should work pretty well right now, I also updated the gitignore!
Looks good
Have you tried if this works reliably?
IMO,
make
, being stateless, won't remember that the "patch" target has been executed previously and will try to run it over and over on every build which, will result in a lot of complaints about patches failing to apply. Using some dummy file likepatches_already_applied
could probably solve that.