Makefile: don't export GZIP environment variable
authorAtharva Lele <itsatharva@gmail.com>
Tue, 16 Jul 2019 17:42:14 +0000 (23:12 +0530)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 17 Jul 2019 06:46:05 +0000 (08:46 +0200)
commitd590b37633ab2a7cfdfdccb1343717d6b452fcbb
tree9c8f51a5b8e388b11cd3a4a595ef2d374cc4ec16
parent44d17dd128164cfe7870f5bef279e273ba59f83d
Makefile: don't export GZIP environment variable

We export GZIP = -n so that GZIP does not record original
name and timestamps. However..

GZIP environment variable is deprecated and soon will not be
supported in future GZIP versions. GZIP suggests the use of a
wrapper to pass options globally but it might be difficult to
implement in Buildroot. For now, we don't export the variable
and fix reproducibility issues per package as they show up in
Autobuilder.

Signed-off-by: Atharva Lele <itsatharva@gmail.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Makefile