Changes in uspace/lib/posix/Makefile [65c28f7:e2e9a8a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r65c28f7 re2e9a8a 55 55 SOURCES = \ 56 56 source/ctype.c \ 57 source/dlfcn.c \58 57 source/errno.c \ 59 58 source/fcntl.c \ … … 103 102 sed 's/.*/posix_& &/' <$(COLLISIONS_LIST) >$@ 104 103 105 $(COLLISIONS_LIST): include/posix/*.h include/posix/*/*.h104 $(COLLISIONS_LIST): 106 105 find ./include/posix -name '*.h' -exec \ 107 106 sed -n -e '/^#/d' -e 's/__POSIX_DEF__/\n&/gp' {} \; | \
Note:
See TracChangeset
for help on using the changeset viewer.