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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: clean up build system, use shared Makefiles #889

Merged
merged 1 commit into from Dec 20, 2019

Commits on Dec 20, 2019

  1. Build: clean up build system, use one shared Makefile

    Allow everything to be built from the top level directory with just
    'make', cleaned with 'make clean', and installed with 'make
    install'.  Also support these in any particular subdirectory.
    
    Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
    it runs.
    
    Kernel and early host tools (IPCCompiler, etc.) are built as
    object.host.o so that they don't conflict with other things built
    with the cross-compiler.
    jcs committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f9a028f View commit details
    Browse the repository at this point in the history