diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-11 21:26:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-11 21:26:43 +0000 |
commit | 249cb00d9f655778aa8a4519ee3e610a904d694d (patch) | |
tree | 44586e79f5b7c82c46252192638b36b99cf66dad /.cvsignore | |
parent | bebf39c4932f6b89ccbf6cc63c32b8d51a2dd11a (diff) |
Rework where libraries get installed to. Now thew will be compiled and
dropped into a uClibc/lib dir when compiling, which will make life a
bit easier when installing and cleaning up. Preface uClibc with 'lib'
so ldconfig will recognize it as a library. Make all libraries have the
uClibc version number attached, making upgrades possible by using the
traditional symlink to the .so name plan.
-Erik
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore index 021ef7b6d..0197571b1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,8 @@ libc.a libcrt0.o -libuClibc.so.1 +uClibc.so* +libuClibc.so* uClibc_config.h uClibc-0* +libuClibc-0* +lib |