Skip to content

Support building to a separate directory #11

Description

@eschaton

It’d be useful for porting and continuous integration for the project to support building to a separate directory than the source tree and for this directory to be specifiable on the make command line. (For example, make OBJDIR=/builds/fcode-utils/fcode-utils-1.0.3~5 to use the specified directory for build intermediates and products.)

Ideally:

  • The build won’t fail if the source directory is read-only and a separate build directory is specified.
  • The result of git status after building to a separate build directory will be clean, without needing a .gitignore file.
  • Simultaneous builds from the same source directory to separate build directories will all succeed without interfering with each other in any way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions