mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
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:
parent
aee7f01624
commit
c2dc8f4623
@ -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
|
||||
|
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user