Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_mask/lp_fo...
[abartlet/samba.git/.git] / pidl / wscript
index 5b3e07c0594b237223e650dc1d1f109824c34c07..e60ca202f501d965e3c00d0004ef50546b024712 100644 (file)
@@ -59,11 +59,13 @@ def build(bld):
     # Only if the source has changed do we want to re-run yapp
     # But we force the developer to use the pidl standalone build
     # to regenerate the files.
-    need_yapp_build = ('YAPP' in bld.env and (
+    # TODO: only warn in developer mode and if 'git diff HEAD'
+    #       shows a difference
+    warn_about_grammar_changes = ('PIDL_BUILD_WARNINGS' in bld.env and (
         bld.IS_NEWER('idl.yp', 'lib/Parse/Pidl/IDL.pm') or
         bld.IS_NEWER('expr.yp', 'lib/Parse/Pidl/Expr.pm')))
 
-    if need_yapp_build:
+    if warn_about_grammar_changes:
         Logs.warn('''
 Pidl grammar files have changed. Please use the pidl standalone build
 to regenerate them with yapp.