mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
fix deprecated diff option
This commit is contained in:
parent
aca85cbb3d
commit
b94dfcd59f
@ -99,7 +99,7 @@ $(patsubst %,check-%,$(CT_SAMPLES)): check-%:
|
||||
mv .defconfig "$${CT_NG_SAMPLE}"; \
|
||||
else \
|
||||
echo "$* needs update:"; \
|
||||
diff -du0 "$${CT_NG_SAMPLE}" .defconfig |tail -n +4; \
|
||||
diff -d -U 0 "$${CT_NG_SAMPLE}" .defconfig |tail -n +4; \
|
||||
fi; \
|
||||
fi
|
||||
@rm -f .config.sample* .defconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user