Changeset 753
- Timestamp:
- 04/24/09 21:41:21 (11 months ago)
- Files:
-
- trunk/platform/makefile_sub.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/platform/makefile_sub.inc
r751 r753 27 27 cat $^ | \ 28 28 grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 29 sed 's/.*B[ [:alhpa:]]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \29 sed 's/.*B[A-Za-z]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \ 30 30 $(SORT) | uniq | \ 31 31 awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \