From 96277cfcea64ba6965b20fd78529f2f6fa59e32a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 10 Aug 2001 08:00:08 +0000 Subject: Update the build system, yet again. I hope this is the last time... Here is the basic theory of operation: SHARED_LIB_LOADER_PATH/ DEVEL_PREFIX/ bin/ lib/ include/ SYSTEM_DEVEL_PREFIX/ usr/bin/ PREFIX This is prepended during 'make install's allowing you to shift things to be installed under some alternate location (such as when building a .deb) -Erik --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 087a9d320..d163cad5d 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,6 @@ Any takers? Fix regex so it isn't so stinking big Fix glob so it isn't so stinking big Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc -Get the arm port of the shared lib loader working Get the powerpc port of the shared lib loader working Finish sparc port Standardize the style of the header files. @@ -18,6 +17,8 @@ include/resolv.h does not define struct _res, and libc/inet/resolv.c functions are not implemented. scandir.c doesn't check returns on malloc and realloc. Add in shadow support (include/shadow.h and such) +Right now, getopt has different behavior when dynamically vs when + statically linked, violating the principle of least surprise. ----------------------------------------------------------------------------- -- cgit v1.2.3