fixed the abi_check rule to handle failure in the
diff command on the solaris platform.
This commit is contained in:
Narayanan V 2008-07-23 12:03:27 +05:30
commit 223c0177e7

View file

@ -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