Skip to content

Redo Makefile and add minimal .gitignore#1

Open
ghost wants to merge 6 commits intomasterfrom
unknown repository
Open

Redo Makefile and add minimal .gitignore#1
ghost wants to merge 6 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 26, 2018

This PR completely redesigns your Makefile so it's capable of more than just building your OS. You can rebuild the ISO by running make iso and clean out build files with make clean. Most notably it doesn't use the cross-compilers you built, but uses the cross compiling capabilities built into the system compilers. It also adds a .gitignore file so object files and the like don't get uploaded. Oh, also for testing with the ISO you can run make test or you can test without the ISO with make test-kernel. I also tested the kernel after changing the Makefile and it functions the same way it did before, so no issues there. If there's anything else I should do let me know.

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.

0 participants