Changeset 1990
- Timestamp:
- 07/15/12 19:23:11 (10 months ago)
- File:
-
- 1 edited
-
trunk/platform/makefile_sub.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/makefile_sub.inc
r1986 r1990 25 25 @echo $^ \-\> $@ 26 26 cat $^ | \ 27 grep -E ' [bB][[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \28 sed 's/.* [bB][[:alpha:]]*[[:space:]][[:space:]]*sub_\([0-9A-Fa-f]*\).*/\1/' | \27 grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 28 sed 's/.*B[[: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.