mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +00:00
samples: print changed symbols when checking samples
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
cc6f1fd15b
commit
dd25744cc0
@ -89,7 +89,8 @@ $(patsubst %,check-%,$(CT_SAMPLES)): config_files
|
|||||||
old_sha1=$$( sha1sum "$${CT_NG_SAMPLE}" |cut -d ' ' -f 1 ); \
|
old_sha1=$$( sha1sum "$${CT_NG_SAMPLE}" |cut -d ' ' -f 1 ); \
|
||||||
new_sha1=$$( sha1sum .defconfig |cut -d ' ' -f 1 ); \
|
new_sha1=$$( sha1sum .defconfig |cut -d ' ' -f 1 ); \
|
||||||
if [ $${old_sha1} != $${new_sha1} ]; then \
|
if [ $${old_sha1} != $${new_sha1} ]; then \
|
||||||
echo "$(patsubst check-%,%,$(@)) needs update"; \
|
echo "$(patsubst check-%,%,$(@)) needs update:"; \
|
||||||
|
diff -du0 "$${CT_NG_SAMPLE}" .defconfig |tail -n +4; \
|
||||||
fi
|
fi
|
||||||
@rm -f .config.sample* .defconfig
|
@rm -f .config.sample* .defconfig
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user