r13158@catbus: nickm | 2007-06-02 11:40:05 -0400

On systems with svk, do not clobber micro-revision.i when building from a tarball.


svn:r10452
This commit is contained in:
Nick Mathewson 2007-06-02 15:40:10 +00:00
parent aee7f01624
commit c2dc8f4623
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,9 @@ Changes in version 0.2.0.2-alpha - 2007-??-??
o Minor build issues:
- Clear up some MIPSPro compiler warnings.
- When building from a tarball on a machine that happens to have SVK
installed, report the micro-revision as whatever version existed
in the tarball, not as "x".
Changes in version 0.2.0.1-alpha - 2007-06-01

View File

@ -62,7 +62,7 @@ micro-revision.i: FORCE
fi; \
fi; \
done; \
if test x$$rev != x; then \
if test x$$rev != xx; then \
echo \"$$rev\" > micro-revision.tmp; \
fi; \
fi; \