minix/usr.bin
Ben Gras 4b999f1962 build shared versions of libraries
building defaults to off until clang is updated.

current clang does not handle -shared, necessary to change the ld
invocation to build shared libraries properly. a new clang should be
installed and MKPIC defaults to no unless the newer clang is detected.

changes:

	. mainly small imports of a Makefile or two and small fixes
	  (turning things back on that were turned off in Makefiles)
	. e.g.: dynamic librefuse now depends on dynamic
	  libpuffs, so libpuffs has to be built dynamically too
	  and a make dependency barrier is needed in lib/Makefile
	. all library objects now have a PIC (for .so) and non-PIC
	  version, so everything is built twice.
	. generate PIC versions of the compat (un-RENAMEd) jump files,
	  include function type annotation in generated assembly
	. build progs with -static by default for now
	. also build ld.elf_so
	. also import NetBSD ldd
2012-04-16 05:21:20 +02:00
..
apropos update/fix manpage support 2011-09-28 15:24:15 +00:00
bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
bzip2recover import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
chpass Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
du Import NetBSD du(1) 2012-03-05 22:32:33 +01:00
genassym import genassym and use it for sconst.h in kernel 2012-03-31 15:29:53 +02:00
gzip gzip boot modules. 2012-02-17 12:32:35 +00:00
indent don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
ldd build shared versions of libraries 2012-04-16 05:21:20 +02:00
login Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
m4 Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
man update/fix manpage support 2011-09-28 15:24:15 +00:00
ministat worldstone benchmark script 2011-09-24 14:49:55 +00:00
mkdep Import NetBSD mkdep 2011-07-22 17:28:27 +02:00
mkimage start modules at 16MB 2012-02-24 11:50:28 +01:00
newgrp Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
passwd Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
sed import netbsd sed 2011-07-20 15:14:48 +02:00
seq worldstone benchmark script 2011-09-24 14:49:55 +00:00
stat don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
su import NetBSD su 2012-03-27 02:19:46 +02:00
tic don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
top Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
uniq Replace uniq with NetBSD version 2011-07-24 21:40:02 +02:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00