summaryrefslogtreecommitdiff
path: root/pidl/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'pidl/wscript')
-rw-r--r--pidl/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/pidl/wscript b/pidl/wscript
index 150ef41a63..5b3e07c059 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -64,20 +64,20 @@ def build(bld):
bld.IS_NEWER('expr.yp', 'lib/Parse/Pidl/Expr.pm')))
if need_yapp_build:
- Logs.error('''
+ Logs.warn('''
Pidl grammar files have changed. Please use the pidl standalone build
to regenerate them with yapp.
-$ cd pidl
+$ cd ../pidl
$ perl Makefile.PL
$ make lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm
$ git add lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm
$ git commit
+$ cd -
If your 100% sure you haven't changed idl.yp and expr.yp
try this to avoid this message:
-$ touch lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm
+$ touch ../pidl/lib/Parse/Pidl/IDL.pm ../pidl/lib/Parse/Pidl/Expr.pm
''')
- sys.exit(1)