aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/get_makeopts
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/get_makeopts')
-rw-r--r--build_tools/get_makeopts2
1 files changed, 1 insertions, 1 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}