Skip to content

Reimported release into Git repo fails to build #6

@anjohnson

Description

@anjohnson

One line in googletest/.gitignore makes this module fail to build after reimporting it into a new git repo:

Makefile

With that present the following rather important files aren't added to the new git repository:

  • googletest/googlemock/include/Makefile
  • googletest/googlemock/src/Makefile
  • googletest/googletest/include/Makefile
  • googletest/googletest/src/Makefile

APS may be unusual in doing this reimport, but it's a policy we follow for all EPICS modules.

Deleting line 52 or giving it an absolute path like on line 56 solves this problem.

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