mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +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}"; \
|
mv .defconfig "$${CT_NG_SAMPLE}"; \
|
||||||
else \
|
else \
|
||||||
echo "$* needs update:"; \
|
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; \
|
||||||
fi
|
fi
|
||||||
@rm -f .config.sample* .defconfig
|
@rm -f .config.sample* .defconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user