On 6/8/20 6:36 PM, Adam Borowski wrote: > On Mon, Jun 08, 2020 at 12:59:44PM +0300, Denis Efremov wrote: >> Redefine GZIP, BZIP2, LZOP variables as KGZIP, KBZIP2, KLZOP resp. >> GZIP, BZIP2, LZOP env variables are reserved by the tools. The original >> attempt to redefine them internally doesn't work in makefiles/scripts >> intercall scenarios, e.g., "make GZIP=gzip bindeb-pkg" and results in >> broken builds. There can be other broken build commands because of this, >> so the universal solution is to use non-reserved env variables for the >> compression tools. >> >> Fixes: 8dfb61dcbace ("kbuild: add variables for compression tools") > > Same said my bisect before I noticed your fix. :) > >> Signed-off-by: Denis Efremov <efremov@xxxxxxxxx> > > However, I run just basic "make bindeb-pkg" without forcing any variables, > thus the commit message is wrong. I would not say it's fully wrong. At least in my case "make bindeb-pkg" builds successfully (Fedora32/Debian10). I just added to the commit's message the command "make GZIP=gzip bindeb-pkg" as an example that I think will "reliably" break the build in any environment. Thanks, Denis