summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-01 03:14:50 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-01 03:14:50 -0500
commit0231f7464fb13eb146a2d4f77f23d75c52a589e1 (patch)
tree3845a01934f5883395df266990c7769846bf2d47 /python
parentc3dc8a1f81c2148a64bc99a194da4c10614e9b95 (diff)
downloadaura-central-0231f7464fb13eb146a2d4f77f23d75c52a589e1.tar.gz
Move BinOC Apps to apps/ and make navigator build .. also use a bash script for mach and chain to real-mach
Diffstat (limited to 'python')
-rw-r--r--python/mozbuild/mozbuild/mach_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py
index 3efa96c6b..79e06fdda 100644
--- a/python/mozbuild/mozbuild/mach_commands.py
+++ b/python/mozbuild/mozbuild/mach_commands.py
@@ -555,7 +555,8 @@ class Build(MachCommandBase):
if not ppcheck_script or ppcheck_result:
print("\nWARNING: Something has gone wrong with the check for un-preprocessed files. " +
- "Please manually verify that files are properly preprocessed.")
+ "Please manually verify that files are properly preprocessed." +
+ "\n\nNOTE: If you are building the JavaScript Engine only, then no action is required.")
return status