This repository was archived by the owner on Mar 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ check: check-inter-api-level
9292 $(call BUILD_API_INFO,temp,$(XA_FRAMEWORK_DIR ) )
9393 failed=0 ; \
9494 for file in $( CORE_ASSEMBLIES) $( TFV_ASSEMBLIES) ; do \
95- if $( MONO_API_HTML) $( REFERENCE_DIR) /$$ file.xml temp/$$ file.xml --ignore-changes-parameter-names | grep ' >Removed' > /dev/null 2>&1 ; then \
95+ if $( MONO_API_HTML) $( REFERENCE_DIR) /$$ file.xml temp/$$ file.xml --ignore-changes-parameter-names --ignore-nonbreaking | grep ' >Removed' > /dev/null 2>&1 ; then \
9696 echo " ABI BREAK IN: $$ file.dll" ; \
97- $(MONO_API_HTML ) $(REFERENCE_DIR ) /$$ file.xml temp/$$ file.xml --ignore-changes-parameter-names; \
97+ $(MONO_API_HTML ) $(REFERENCE_DIR ) /$$ file.xml temp/$$ file.xml --ignore-changes-parameter-names --ignore-nonbreaking ; \
9898 failed=1; \
9999 fi ; \
100100 done ; \
@@ -128,7 +128,7 @@ check-inter-api-level: -create-inter-api-infos
128128 echo " # reading extras from: $$ extras_in" ; \
129129 extra=` cat $$ extras_in 2> /dev/null` ; \
130130 out=` mktemp interdiff-XXXXXX.html` ; \
131- command=" $( MONO_API_HTML) \" $$ prev\" \" $$ cur\" --ignore-changes-parameter-names --ignore-changes-virtual --ignore-changes-property-setters $$ extra" ; \
131+ command=" $( MONO_API_HTML) \" $$ prev\" \" $$ cur\" --ignore-changes-parameter-names --ignore-changes-virtual --ignore-changes-property-setters --ignore-nonbreaking $$ extra" ; \
132132 echo $$ command; \
133133 eval $$ command > " $$ out" 2>&1 ; \
134134 if grep ' >Removed' $$ out > /dev/null 2>&1 ; then \
You can’t perform that action at this time.
0 commit comments