commit | dc160039ad4218c954afc1236e77f8a3127ca9df | [log] [tgz] |
---|---|---|
author | Joachim Nilsson <troglobit@vmlinux.org> | Sun Dec 05 23:05:38 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 05 23:05:38 2010 +0100 |
tree | 47bac653b761b1a2fb86efef46b6f29e18973a21 | |
parent | 2161bd701a9267c04aa68fb43b2d40d7793884d4 [diff] |
build system: fix "make install" to skip /usr when configured so Fix regression in BusyBox 1.18.0 where the NO_USR config option no longer bites for "make install". The busybox.mkll script stumbles without these lines and as a result *always* creates /usr/ symlinks. Signed-off-by: Joachim Nilsson <troglobit@vmlinux.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>