Make modules work again part 1: linkup emulation/ and change the architecture
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 15 Aug 2003 06:32:58 +0000 (06:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 15 Aug 2003 06:32:58 +0000 (06:32 +0000)
commit932f49b97536058d40163be5b22674ea37bdfe51
tree64e55aea0e093f33a94317b028d4e0ba8a7733b2
parentd8113615f9e7482478c23b6d831c03b9abda4546
Make modules work again part 1: linkup emulation/ and change the architecture
softlink scheme so the module build and the direct linked-to-kernel build
can more easily access architecture-specific files.  A new config is required.

still more to come...
23 files changed:
sys/conf/Makefile.i386
sys/conf/kmod.mk
sys/emulation/ibcs2/Makefile
sys/emulation/ibcs2/i386/Makefile
sys/emulation/ibcs2/i386/syscalls.xenix.conf
sys/emulation/linux/Makefile
sys/emulation/linux/i386/Makefile
sys/emulation/linux/i386/linprocfs/Makefile
sys/emulation/linux/linux_file.c
sys/emulation/linux/linux_getcwd.c
sys/emulation/linux/linux_ioctl.c
sys/emulation/linux/linux_ipc.c
sys/emulation/linux/linux_mib.c
sys/emulation/linux/linux_misc.c
sys/emulation/linux/linux_signal.c
sys/emulation/linux/linux_socket.c
sys/emulation/linux/linux_stats.c
sys/emulation/linux/linux_sysctl.c
sys/emulation/linux/linux_uid16.c
sys/emulation/svr4/Makefile
sys/emulation/svr4/svr4_signal.h
usr.sbin/config/configvers.h
usr.sbin/config/main.c