diff options
| author | Tim Uy <tim@loqu8.com> | 2018-02-28 08:15:10 -0800 |
|---|---|---|
| committer | Tim Uy <tim@loqu8.com> | 2018-02-28 08:15:10 -0800 |
| commit | b94dfcd59f6d342cd975e4407c0b2ab7acbb641a (patch) | |
| tree | 7f62cc1ea24d9a16f1c942c2d8b9167bd0d7f218 | |
| parent | aca85cbb3d9cf0247674464a55246029d5820114 (diff) | |
| download | crosstool-ng-b94dfcd59f6d342cd975e4407c0b2ab7acbb641a.tar.gz crosstool-ng-b94dfcd59f6d342cd975e4407c0b2ab7acbb641a.tar.bz2 crosstool-ng-b94dfcd59f6d342cd975e4407c0b2ab7acbb641a.zip | |
fix deprecated diff option
| -rw-r--r-- | samples/samples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index 178e5378..fe9f83cb 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -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 |
