Skip to content

Commit

Permalink
8164402: key word 'requires' appearing in comment causing a build fai…
Browse files Browse the repository at this point in the history
…lure

Reviewed-by: erikj, dholmes
  • Loading branch information
tbell29552 committed Aug 19, 2016
1 parent 012327f commit e49b61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/common/Modules.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ $(MODULE_DEPS_MAKEFILE): $(MODULE_INFOS) \
sub(/public/, ""); \
sub(/\/\/.*/, ""); \
sub(/\/\*.*\*\//, ""); \
gsub(/^ +\*.*/, ""); \
gsub(/ /, ""); \
printf(" %s", $$0) } \
END { printf("\n") }' $m \
Expand Down

0 comments on commit e49b61e

Please sign in to comment.