Commit 459480f8 authored by Narayanan V's avatar Narayanan V
Browse files

WL#4380

Modified the abi_check command to ignore space
differences between the .pp and the .out files.
parent bcbd5bc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ do_abi_check:
	                                 $$file 2>/dev/null | \
	                  @SED@ -e '/^# /d' \
	                            -e '/^[ 	]*$$/d' > $(top_builddir)/abi_check.out; \
	                  @DIFF@ $$file.pp $(top_builddir)/abi_check.out; \
	                  @DIFF@ -b $$file.pp $(top_builddir)/abi_check.out; \
	                  @RM@ $(top_builddir)/abi_check.out; \
	done