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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New makefile #40

Closed
wants to merge 6 commits into from
Closed

New makefile #40

wants to merge 6 commits into from

Conversation

edjubuh
Copy link
Member

@edjubuh edjubuh commented Nov 6, 2017

  • Add makefile verbosity V=1 will show compile commands, V=2 will show every significant command (basically everything except echo)
  • The default output of the Makefile should now be more friendly
  • Size output is more human readable
  • Support arbitrary subdirectories in the src folder
  • Add library support into user Makefile
  • Add user configurable parameters for things like extra CFLAGS and
    library parameters
  • Makefile now has color output

edjubuh and others added 4 commits November 4, 2017 21:55
- Add makefile verbosity V=1 will show compile commands, V=2 will show
  every significant command (basically everything except echo)
  - The default output of the Makefile should now be more friendly
- Size output is more human readable
- Support arbitrary subdirectories in the src folder
- Add library support into user Makefile
- Add user configurable parameters for things like extra CFLAGS and
  library parameters
- Made sed and numfmt optional for printing section sizes since section
sizes is non-critical and those commands are just convenience
Garbage collecting some data sections seems to cause segfaults in some
instances. We should investigate more why this is. Regardless, it wasn't
included before PR and will continue to not be included
@HotelCalifornia
Copy link
Contributor

@edjubuh can you take a couple minutes to update this at some point with what we know now?

@community: anyone care to test?

@lachlan2k
Copy link

Have been using this for 3+ months with no issues found. The colours are pretty too.

@edjubuh edjubuh closed this in edc4719 Sep 3, 2018
@HotelCalifornia HotelCalifornia deleted the new-makefile branch January 30, 2019 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants