I understand the taxonomy. I'm commenting on the general laziness of the change. Given that many of us tend to work on acl changes in isolation, this is an annoyance at best.


On Tue, Apr 9, 2013 at 10:49 PM, David du Colombier <0intro@gmail.com> wrote:
> gunge% mk
> mk: don't know how to make '../8l/elf.h' in directory
> /usr/stallion/src/armv7a/5l

mkdir /usr/stallion/src/armv7a/8l
cp /sys/src/cmd/8l/elf.? /usr/stallion/src/armv7a/8l

elf.c and elf.h are platform-independent files and
are currently located in the 8l directory because
it hasn't seemed worth creating /sys/src/cmd/ld
just for two files.

--
David du Colombier