8164402: key word 'requires' appearing in comment causing a build failure
authortbell
Fri, 19 Aug 2016 07:54:03 -0700
changeset 40323 d9e56c574af6
parent 40322 cdd9c3845108
child 40326 3d8b2db865d7
8164402: key word 'requires' appearing in comment causing a build failure Reviewed-by: erikj, dholmes
make/common/Modules.gmk
--- a/make/common/Modules.gmk	Thu Aug 18 21:01:21 2016 +0000
+++ b/make/common/Modules.gmk	Fri Aug 19 07:54:03 2016 -0700
@@ -229,6 +229,7 @@
 	                       sub(/public/, ""); \
 	                       sub(/\/\/.*/, ""); \
 	                       sub(/\/\*.*\*\//, ""); \
+	                       gsub(/^ +\*.*/, ""); \
 	                       gsub(/ /, ""); \
 	                       printf(" %s", $$0) } \
 	          END        { printf("\n") }' $m \