Merge pull request #924 from tofutim/feature/fixchecksamps

fix deprecated diff option
This commit is contained in:
Alexey Neyman 2018-04-10 21:29:29 -07:00 committed by GitHub
commit 1b18fd6bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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