]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
make.sh: Refactor XZ compression parameters again
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 May 2018 11:03:06 +0000 (12:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 May 2018 11:03:06 +0000 (12:03 +0100)
commit212f17c1145bb6978b4797eb9c805f603ecb1f29
treed01007f8f5de9c4fad0535badbdc1f3011c7302d
parent30a42c6df9e7db23cf5f202d749747967fbcbf55
make.sh: Refactor XZ compression parameters again

I completely ruined this now and therefore I had to make
it new again:

* I split the parameters into smaller chunks now and added
  comments about why we have chosen those.

* I move it all to configure_build() since we do not need
  to check if the host architecture is 64 bit capable, but
  the architecture we are building for.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh