aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build_tools/get_makeopts2
-rw-r--r--build_tools/get_moduleinfo2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/get_makeopts b/build_tools/get_makeopts
index e63622afd..e4cc782b4 100644
--- a/build_tools/get_makeopts
+++ b/build_tools/get_makeopts
@@ -1,3 +1,3 @@
/\/\*\*\* MAKEOPTS/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
-// {if (printit) print}
+/.*/ {if (printit) print}
diff --git a/build_tools/get_moduleinfo b/build_tools/get_moduleinfo
index d17c28e06..92bc7e920 100644
--- a/build_tools/get_moduleinfo
+++ b/build_tools/get_moduleinfo
@@ -1,3 +1,3 @@
/\/\*\*\* MODULEINFO/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
-// {if (printit) print}
+/.*/ {if (printit) print}