Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Avoid scanning parent directories in the Makefile - #69

Open
Michael Sharp (SphericalHam) wants to merge 1 commit into
microsoft:masterfrom
SphericalHam:no-makefile-parent-scanning
Open

Avoid scanning parent directories in the Makefile#69
Michael Sharp (SphericalHam) wants to merge 1 commit into
microsoft:masterfrom
SphericalHam:no-makefile-parent-scanning

Conversation

@SphericalHam

Copy link
Copy Markdown

Without this filter present, make will recursilvely scan the parent directory for go files, running 'go build' if any are found to be new.

We want to avoid that, because the time it takes can be considerable if the parent directory contains a lot of other files.

Without this filter present, make will recursilvely scan the parent
directory for go files, running 'go build' if any are found to be new.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant