mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8253034: Update symbol generation to accomodate Git as the SCM
Reviewed-by: erikj, adityam
This commit is contained in:
parent
40206822f4
commit
fc36328d4f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if [ ! -f symbols ] ; then
|
|||
exit 1
|
||||
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
|
||||
exit 1
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue