Use diff instead of cmp for the SUPPORTED file check

This commit is contained in:
Florian Weimer 2016-05-09 13:48:03 +02:00
parent ddd7733205
commit 43e96b9dec
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ touch locale/programs/*-kw.h
# in new langpacks we might have to build. Verify the differences
# then update the copy of SUPPORTED. We do it this way to avoid
# accidentally creating new langpacks.
cmp %{SOURCE11} localedata/SUPPORTED
diff -u %{SOURCE11} localedata/SUPPORTED
##############################################################################
# Build glibc...