Changeset 41e2118 in mainline for uspace/app/binutils/Makefile
- Timestamp:
- 2011-06-24T02:14:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e22494f
- Parents:
- cac458f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/Makefile
rcac458f r41e2118 167 167 $(CONFOBJ_SOURCE): 168 168 echo '/* GENERATED FILE. DO NOT MODIFY. */' > $@; \ 169 grep -r -o -h -I -E 'posix_[^ \(]*\(' $(LIBPOSIX_PREFIX)| \170 sort -u | \171 sed 's/posix_\([^ (]*\)(/char \1() { return 0; }/g' >> $@169 objdump -t $(LIBPOSIX_PREFIX)/libposix.a | \ 170 grep F | grep -o -h -I -E 'posix_.*$$' | sort -u | \ 171 sed 's/posix_\([^ ]*\)/char \1() { return 0; }/g' >> $@ 172 172 173 173 # Compile dummy object for configure script tests.
Note:
See TracChangeset
for help on using the changeset viewer.