diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-17 01:14:12 +0100 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-17 01:14:12 +0100 |
| commit | 1be0cd4ea45313feb75a12cf6a33788321254263 (patch) | |
| tree | 8531132ef22b8d53367dc185aa4356406abb2c32 /configure | |
| parent | 949254a2e7152fdff25792a2fdd680b4f2cbae7e (diff) | |
| download | crosstool-ng-1be0cd4ea45313feb75a12cf6a33788321254263.tar.gz crosstool-ng-1be0cd4ea45313feb75a12cf6a33788321254263.tar.bz2 crosstool-ng-1be0cd4ea45313feb75a12cf6a33788321254263.zip | |
configure: do not use '@' in version string
Using an '@' in the version string breaks the gcc/glibc/gdb manuals.
Use a scheme similar to Debian, with a plus '+' instead of the '@',
as suggested by Michael Hope.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ else 2>/dev/null \ || true \ )" - VERSION="${VERSION}@${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}" + VERSION="${VERSION}+${rev_id:-unknown-$( date +%Y%m%d.%H%M%S )}" ;; esac fi |
