mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 07:26:38 +00:00
Make it build again for non-local use.
Using colons (:) in the version string creates Makefile problems: Makefile:195: *** multiple target patterns. Stop. make: *** [build] Error 2
This commit is contained in:
parent
2488efa77c
commit
82f9efebd8
2
configure
vendored
2
configure
vendored
@ -373,7 +373,7 @@ case "${VERSION}" in
|
||||
"")
|
||||
VERSION="${VERSION}_unknown@$( date +%Y%m%d.%H%M%S )";;
|
||||
*)
|
||||
VERSION="${VERSION}:$( hg id -b )@${REVISION%%+}:$( hg id -i )"
|
||||
VERSION="${VERSION}_$( hg id -b )@${REVISION%%+}_$( hg id -i )"
|
||||
;;
|
||||
esac
|
||||
# Arrange to have no / in the directory name, no need to create an
|
||||
|
Loading…
x
Reference in New Issue
Block a user