Mercurial > hg > GearsTemplate
comparison src/parallel_execution/generate_context.pl @ 257:cd3486e4ba70
fix make error of twice
author | mir3636 |
---|---|
date | Fri, 27 Jan 2017 21:20:07 +0900 |
parents | edb3aff688d0 |
children | 195518ab62fc |
comparison
equal
deleted
inserted
replaced
256:d2f5d6fc56fa | 257:cd3486e4ba70 |
---|---|
68 next if (/context.c/); | 68 next if (/context.c/); |
69 &getStubInfo($_); | 69 &getStubInfo($_); |
70 } | 70 } |
71 | 71 |
72 my (%mCodeGear) = (%codeGear); | 72 my (%mCodeGear) = (%codeGear); |
73 | |
74 while (<*.c>) { | |
75 next if (/context.c/); | |
76 &getStubInfo($_); | |
77 } | |
73 | 78 |
74 &generateContext(); | 79 &generateContext(); |
75 | 80 |
76 sub getStubInfo { | 81 sub getStubInfo { |
77 my ($filename) = @_; | 82 my ($filename) = @_; |