8253034: Update symbol generation to accomodate Git as the SCM
Reviewed-by: erikj, adityam
This commit is contained in:
parent
40206822f4
commit
fc36328d4f
@ -63,7 +63,7 @@ if [ ! -f symbols ] ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ "`hg status .`x" != "x" ] ; then
|
if [ "`git status --porcelain=v1 .`x" != "x" ] ; then
|
||||||
echo "The make/data/symbols directory contains local changes!" >&2
|
echo "The make/data/symbols directory contains local changes!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user