minix/servers
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
devman devman: initialize libvtreefs hooks 2012-08-31 19:12:49 +02:00
ds drop safemap code 2012-10-30 13:55:42 +01:00
ext2 Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
init Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
ipc VM: make mapping types explicit 2012-10-12 14:52:01 +02:00
is drop safemap code 2012-10-30 13:55:42 +01:00
iso9660fs Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
lwip LWIP - fix, removed segments 2012-08-03 00:20:34 -07:00
mfs Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
pfs various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
pm vm: fix a null dereference on out-of-memory 2012-11-09 18:36:51 +01:00
procfs VM: make mapping types explicit 2012-10-12 14:52:01 +02:00
rs VM: full munmap 2012-09-18 13:17:52 +02:00
sched Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs VFS: do not save device node for new regular files 2012-11-15 14:29:59 +00:00
vm vm: reduce noise in merged pagetable.c 2012-11-09 19:00:46 +01:00
Makefile Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00