Fix release.sh to work with NetBSD Build system.

Also fix a potential issue where host tools would be compiled
dynamically under MINIX.

This also updates proto.common.dynamic to use the new placement
of the dynamic libraries (/usr/lib)
This commit is contained in:
2012-11-23 20:35:59 +00:00
parent bcbee7d9e1
commit b0814fec4e
7 changed files with 40 additions and 40 deletions

View File

@@ -1,11 +1,11 @@
libexec d--755 0 0
ld.elf_so ---755 0 0 /libexec/ld.elf_so
ld.elf_so ---755 0 0 /usr/libexec/ld.elf_so
$
usr d--755 0 0
lib d--755 0 0
libc.so.0 ---755 0 0 /lib/libc.so.0
libminlib.so.0 ---755 0 0 /lib/libminlib.so.0
libcompat_minix.so.0 ---755 0 0 /lib/libcompat_minix.so.0
libterminfo.so.0 ---755 0 0 /lib/libterminfo.so.0
libc.so.0 ---755 0 0 /usr/lib/libc.so.0
libminlib.so.0 ---755 0 0 /usr/lib/libminlib.so.0
libcompat_minix.so.0 ---755 0 0 /usr/lib/libcompat_minix.so.0
libterminfo.so.0 ---755 0 0 /usr/lib/libterminfo.so.0
$
$