Commit 223c0177 authored by Narayanan V's avatar Narayanan V
Browse files

WL#4380

fixed the abi_check rule to handle failure in the
diff command on the solaris platform.
parent cadcb867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ do_abi_check:
	                            -e '/^[ 	]*$$/d' \
	                            -e '/^#pragma GCC set_debug_pwd/d' > \
	                                       $(top_builddir)/abi_check.out; \
	                  @DIFF@ -wB $$file.pp $(top_builddir)/abi_check.out; \
	                  @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
	                  @RM@ $(top_builddir)/abi_check.out; \
	done