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

Fix incomplete dependencies for make scope/prog #2563

Merged
merged 1 commit into from
Jun 5, 2017

Conversation

rndstr
Copy link
Contributor

@rndstr rndstr commented Jun 5, 2017

It seems that on my OS the passed param to find gets expanded early and
thus the command

$(shell find ./ -path ./vendor -prune -o -type f -name *.go)

results in

    ./test.go ./vendor

instead of including all the go files from subdirs. Quoting helps.

It seems that on my OS the passed param to find gets expanded early and
thus the command

    $(shell find ./ -path ./vendor -prune -o -type f -name *.go)

results in

        ./test.go ./vendor

instead of including all the go files from subdirs. Quoting helps.
@rndstr rndstr merged commit f427077 into master Jun 5, 2017
@rndstr rndstr deleted the makefile-find-wildcard branch June 5, 2017 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants