Use diff instead of cmp for the SUPPORTED file check
This commit is contained in:
parent
ddd7733205
commit
43e96b9dec
@ -794,7 +794,7 @@ touch locale/programs/*-kw.h
|
|||||||
# in new langpacks we might have to build. Verify the differences
|
# in new langpacks we might have to build. Verify the differences
|
||||||
# then update the copy of SUPPORTED. We do it this way to avoid
|
# then update the copy of SUPPORTED. We do it this way to avoid
|
||||||
# accidentally creating new langpacks.
|
# accidentally creating new langpacks.
|
||||||
cmp %{SOURCE11} localedata/SUPPORTED
|
diff -u %{SOURCE11} localedata/SUPPORTED
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Build glibc...
|
# Build glibc...
|
||||||
|
Loading…
Reference in New Issue
Block a user