diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2022-07-12 12:03:38 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2022-08-15 16:37:28 +0200 |
| commit | 0dac5d07b81ef84a197715fd7ad88ba93acee44d (patch) | |
| tree | 596cad70a3890ed1068d3b11479f2188ac451601 /scripts | |
| parent | 801e0fd68cfcd55d371ee7fed0a20477251f6f93 (diff) | |
This reverts commit db1923f683e9d037b72b4f469be75d9080357aa9.
Change-Id: Ifa01307923457531a43edb547bc110c37b7d5c19
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 7cba181ea973..961203e9754e 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -369,7 +369,7 @@ cmd_lzo = (cat $(filter-out FORCE,$^) | \ quiet_cmd_lz4 = LZ4 $@ cmd_lz4 = (cat $(filter-out FORCE,$^) | \ - lz4 -c -12 --favor-decSpeed stdin stdout && \ + lz4 -12 --favor-decSpeed stdin stdout && \ $(call size_append, $(filter-out FORCE,$^))) > $@ || \ (rm -f $@ ; false) |
