Changeset a18da67 in mainline
- Timestamp:
- 2019-06-05T13:20:01Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a4cf312
- Parents:
- f3f4149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
rf3f4149 ra18da67 46 46 $(LIBC_PREFIX)/crt1.o \ 47 47 $(LIBRARY).a 48 49 PRE_DEPEND = $(INCLUDE_LIBC)50 EXTRA_CLEAN = $(INCLUDE_LIBC)51 48 52 49 SOURCES = \ … … 131 128 cp -L $(EXPORT_FILES) $(EXPORT_DIR)/lib 132 129 133 export-includes: $( INCLUDE_LIBC) $(shell find ./include ../c/arch/$(UARCH)/include $(ROOT_PATH)/abi/include -name '*.h')130 export-includes: $(shell find ./include ../c/arch/$(UARCH)/include $(ROOT_PATH)/abi/include -name '*.h') 134 131 mkdir -p $(EXPORT_DIR)/include 135 132 rm -rf $(EXPORT_DIR)/include.new
Note:
See TracChangeset
for help on using the changeset viewer.