fs/common.mk: unbreak .xz compression when host-xz isn't built
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Jun 2014 06:33:17 +0000 (08:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Jun 2014 06:33:17 +0000 (08:33 +0200)
commit28b514a569ee839bbda6597b330e9759a67cfbe8
tree8a4541caa5b769a870647f719e69eaa36d85ce61
parent6767952a62a924983fd726b0783162b3e5f85d13
fs/common.mk: unbreak .xz compression when host-xz isn't built

Closes #7160

Since f46f81de1315 (Don't build host-xz needlessly), host-xz is no longer
unconditionally built when xz fs compression is requested, so don't
explicitly refer to it.

Instead, rely on our check-host-xzcat logic to ensure xz is available and
set the path to ensure our host variant gets picked up if not available on
the build machine.

While we're at it, get rid of the now unused XZ variable.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
fs/common.mk
package/xz/xz.mk