Changeset 9df6b0f in mainline for uspace/lib/posix/Makefile


Ignore:
Timestamp:
2014-03-17T19:50:17Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a5abb78
Parents:
7ddc2c7 (diff), dc5a1f26 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge (minor) libposix changes

  • math.h in libposix is more standalone (i.e. no inclusion of libc headers)
  • added FILENAME_MAX
  • actually allow usage of functions with fpos_t
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r7ddc2c7 r9df6b0f  
    3636
    3737INCLUDE_LIBC = ./include/libc
    38 INCLUDE_LIBMATH = ./include/libmath
    3938
    4039LIBC_FILE = $(LIBC_PREFIX)/libc.a
     
    4746COLLISIONS_LIST = collisions.list
    4847
    49 PRE_DEPEND = $(INCLUDE_LIBC) $(INCLUDE_LIBMATH)
     48PRE_DEPEND = $(INCLUDE_LIBC)
    5049EXTRA_CLEAN = \
    51         $(INCLUDE_LIBC) $(INCLUDE_LIBMATH) \
     50        $(INCLUDE_LIBC) \
    5251        $(REDEFS_HIDE_LIBC) $(REDEFS_SHOW_LIBPOSIX) \
    5352        $(COLLISIONS_LIST)
     
    8584        ln -s -f -n ../$^ $@
    8685
    87 $(INCLUDE_LIBMATH): ../math/include
    88         ln -s -f -n ../$^ $@
    89 
    9086$(FIXED_C_LIBRARY): $(REDEFS_HIDE_LIBC) $(REDEFS_SHOW_LIBPOSIX)
    9187        $(OBJCOPY) --redefine-syms=$(REDEFS_HIDE_LIBC) $(LIBC_FILE) $@
Note: See TracChangeset for help on using the changeset viewer.