Changeset 965c250 in mainline


Ignore:
Timestamp:
2011-05-29T22:52:06Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bb9b53
Parents:
2d2b8e6
Message:

libposix directory linked with libc include directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r2d2b8e6 r965c250  
    3030USPACE_PREFIX = ../..
    3131LIBRARY = libposix
     32SLIBRARY = libposix.so.0.0
     33LSONAME = libposix.so0
     34
     35INCLUDE_LIBC = ./libc
     36
     37PRE_DEPEND = $(INCLUDE_LIBC)
     38EXTRA_CLEAN = $(INCLUDE_LIBC)
    3239
    3340SOURCES = \
     
    3542include $(USPACE_PREFIX)/Makefile.common
    3643
     44$(INCLUDE_LIBC): ../c/include
     45        ln -s -f -n $^ $@
     46
Note: See TracChangeset for help on using the changeset viewer.