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

make: introduce common BUILD_DIR #10038

Merged
merged 3 commits into from
Jan 16, 2019
Merged

Commits on Jan 7, 2019

  1. make: introduce BUILDOUT_DIR

    This introduces a new environment variable for a common directory
    that holds all output of the build process, such as application or
    package binaries. This would also allow to easily redirect output
    to any other location, e.g. for out-of-source builds.
    smlng committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    5b3d264 View commit details
    Browse the repository at this point in the history
  2. gitignore: ignore 'build' directory

    The 'build' directory should not be tracked by git.
    cladmi authored and smlng committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    4b7a7da View commit details
    Browse the repository at this point in the history
  3. makefiles/docker.inc.mk: handle 'build' directory

    The 'build' directory should be created before starting docker.
    If not it will be created as root.
    
    Also add mapping for the directory in docker.
    
    Currently create the directory in the target until there is a directory
    creation target.
    cladmi authored and smlng committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ed17986 View commit details
    Browse the repository at this point in the history