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 /Rules.mak | |
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 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ MAJOR_VERSION=0 MINOR_VERSION=9.5 LIBNAME=libc.a -SHARED_FULLNAME=uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so +SHARED_FULLNAME=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so SHARED_MAJORNAME=libc.so.$(MAJOR_VERSION) UCLIBC_LDSO=ld-uclibc.so.$(MAJOR_VERSION) |