mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Merge pull request #924 from tofutim/feature/fixchecksamps
fix deprecated diff option
This commit is contained in:
commit
1b18fd6bdd
@ -100,7 +100,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