Changeset 1507
- Timestamp:
- 12/26/11 10:59:22 (17 months ago)
- File:
-
- 1 edited
-
trunk/platform/makefile_sub.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/makefile_sub.inc
r1366 r1507 24 24 stubs_auto.S: $(STUBS_AUTO_DEPS) 25 25 @echo $^ \-\> $@ 26 ifeq ($(OSTYPE),Windows)27 cat $^ | \28 grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \29 sed 's/.*B[[:alpha:]]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \30 $(SORT) | uniq | \31 awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \32 {printf("STUB(%s)\n",$$1)}' > stubs_auto.S33 else34 26 cat $^ | \ 35 27 grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ … … 38 30 awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \ 39 31 {printf("STUB(%s)\n",$$1)}' > stubs_auto.S 40 endif41 32 42 33 stubs_entry.S: $(TARGET_PRIMARY) $(topdir)tools/signatures_$(PLATFORMOS).h $(topdir)tools/finsig_$(PLATFORMOS)$(EXE) stubs_entry_2.S stubs_min.S
Note: See TracChangeset
for help on using the changeset viewer.