Migrate from Subversion to Git.
This commit is contained in:
parent
f94d2b295f
commit
13d1badf29
@ -117,8 +117,8 @@ libdivecomputer.exp: libdivecomputer.symbols
|
|||||||
|
|
||||||
FORCE:
|
FORCE:
|
||||||
$(top_srcdir)/revision: FORCE
|
$(top_srcdir)/revision: FORCE
|
||||||
@if (test -d $(top_srcdir)/.svn && cd $(top_srcdir) \
|
@if (test -d $(top_srcdir)/.git && cd $(top_srcdir) \
|
||||||
&& svnversion | sed -e 's/[MSP]//g') > revision-t 2>/dev/null \
|
&& git rev-parse --verify HEAD) > revision-t 2>/dev/null \
|
||||||
&& ! cmp -s revision-t $@; then \
|
&& ! cmp -s revision-t $@; then \
|
||||||
mv -f revision-t $@; \
|
mv -f revision-t $@; \
|
||||||
else \
|
else \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user