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

mk: Fix configuration of version commit information #18846

Closed
wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Nov 10, 2014

Commit bec2ee7 started quoting paths
discovered as part of the probe function, which includes git. The
make wildcard function appears to be incompatible with quoted
paths so this check in the makefile now fails. Employing wildcard
here appears to only re-verify that git actually exists, which the
configure script already did, so I've just removed it.

Additionally, with the quoted paths the subst function should no
longer be needed, so I've removed it as well.

Closes #18771

Commit bec2ee7 started quoting paths
discovered as part of the `probe` function, which includes git.  The
`make` `wildcard` function appears to be incompatible with quoted
paths so this check in the makefile now fails. Employing `wildcard`
here appears to only re-verify that git actually exists, which the
configure script already did, so I've just removed it.

Additionally, with the quoted paths the `subst` function should no
longer be needed, so I've removed it as well.

Closes rust-lang#18771
@brson
Copy link
Contributor Author

brson commented Nov 10, 2014

Closing. We're going to revert bec2ee7 instead. It also caused http://buildbot.rust-lang.org/builders/nightly-win-32/builds/57/steps/distcheck/logs/stdio.

@brson brson closed this Nov 10, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Jan 7, 2025
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.

Nightlies have unknown hash
3 participants