timkenhan
timkenhan
this doesn't seem to be a distribution specific bug. tried this on gentoo, same result.
@reagentoo @FlyingWaffleDev feel free to toy around with this!
I say making the code easier to understand, especially for adding new features. For example, in the recent implementation of Plymouth feature, @FlyingWaffleDev would need to figure out where to...
It's not only about making the code easier to understand. It's also about giving users ability to pick and choose features on their executables.
As for the readability, I am making the source files less monolithic, thus letting developers able to do their work without sifting thru hundreds (or thousands) lines of code.
i guess it does, but not directly (since if an option is included, it can still be turned off). 100kb is massive for a textfile. Some of the scripts would...
@reagentoo: If you read the awk script, you'd see the reason I did the way I did was so that we can generate any section with the same piece of...
> Are there really no other approaches to creating an interface and modules? I guess we can have the master code calling the module code, but that would take further...
@thesamesam lemme know if you have other feedbacks :)
@robbat2 Thank you for your massive list of feedback! This should deepen my understandin of Makefiles. I'll address them as soon as I can. What we have here is basically...