Merge pull request #924 from tofutim/feature/fixchecksamps

fix deprecated diff option
dev-linux
Alexey Neyman 5 years ago committed by GitHub
commit 1b18fd6bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save