bin/chroot-maint: Force `--no-merged-usr'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 17:13:12 +0000 (18:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 17:13:12 +0000 (18:13 +0100)
commita323afdf371df04b036f18fee47b912ce42ce200
tree2cf51177c5cb06e9a6050733bb93428c084b0521
parent770c82289f13159361211624829a78fa8d893449
bin/chroot-maint: Force `--no-merged-usr'.

Otherwise things go excitingly wrong.  The crosstools tree has split
root and `/usr', so when we try to copy the tools into the target
chroot, the corresponding paths start fighting each other, and only one
`.../lib/x86_x64-linux-gnu' symlink can win.

Also, you can't make good package builds with merged `/usr'.

Also also, it's just a really bad idea.
bin/chroot-maint