microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

Avoid scanning parent directories in the Makefile #69

Open SphericalHam opened 1 year ago

SphericalHam commented 1 year ago

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.