Migrate from Subversion to Git.

This commit is contained in:
Jef Driesen 2010-05-10 11:30:25 +02:00
parent f94d2b295f
commit 13d1badf29

View File

@ -117,8 +117,8 @@ libdivecomputer.exp: libdivecomputer.symbols
FORCE:
$(top_srcdir)/revision: FORCE
@if (test -d $(top_srcdir)/.svn && cd $(top_srcdir) \
&& svnversion | sed -e 's/[MSP]//g') > revision-t 2>/dev/null \
@if (test -d $(top_srcdir)/.git && cd $(top_srcdir) \
&& git rev-parse --verify HEAD) > revision-t 2>/dev/null \
&& ! cmp -s revision-t $@; then \
mv -f revision-t $@; \
else \