Changeset 1986
- Timestamp:
- 07/14/12 23:55:11 (11 months ago)
- File:
-
- 1 edited
-
trunk/platform/makefile_sub.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/makefile_sub.inc
r1660 r1986 25 25 @echo $^ \-\> $@ 26 26 cat $^ | \ 27 grep -E ' B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \28 sed 's/.* B[[:alpha:]]*[[:space:]][[:space:]]*sub_\([0-9A-Fa-f]*\).*/\1/' | \27 grep -E '[bB][[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 28 sed 's/.*[bB][[:alpha:]]*[[:space:]][[:space:]]*sub_\([0-9A-Fa-f]*\).*/\1/' | \ 29 29 $(SORT) | uniq | \ 30 30 awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \
Note: See TracChangeset
for help on using the changeset viewer.