minix/lib/libc
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
..
arch Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
atomic Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
cdb Libc update to simplify merge. 2012-11-15 16:07:29 +01:00
citrus Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
compat Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
compat-43 Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
compat-minix Clean up generated files for ash,ramdisk,libutil,libc 2012-06-18 10:54:56 +00:00
db Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dlfcn build shared versions of libraries 2012-04-16 05:21:20 +02:00
gdtoa Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
gen Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
gmon Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
hash Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
iconv Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
include VM: full munmap 2012-09-18 13:17:52 +02:00
inet Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
isc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
locale Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
md install library manpages 2012-02-16 01:48:46 +00:00
minix Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
misc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
nameser Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
net LIBC - getifaddrs() fix 2012-10-11 09:43:33 +00:00
nls Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
pkgconfig Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
quad Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
regex Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
resolv Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
rpc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
softfloat Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
ssp Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
stdio Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
stdlib Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
string Move setjmp and strnlen to common/lib. 2012-06-18 09:20:22 +02:00
sys Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
sys-minix SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
termios Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
thread-stub Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
time various symbol referencing fixes 2012-06-28 15:20:53 +02:00
uuid Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
yp Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
libcincludes.mk Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
Makefile.inc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
minix-config.inc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
shlib_version set major version of shlibs to 0 2012-05-10 16:38:24 +02:00