Bugs item #1373150, was opened at 2005-12-05 00:00
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373150&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Nobody/Anonymous (nobody)
Summary: diffs in working copy after a build

Initial Comment:
I habitually build python in a subdirectory of the checkout directory (cd 
build; ../configure; make).  After I do this, "svn diff" says this:

Index: Include/Python-ast.h
=============================================
======================
--- Include/Python-ast.h        (revision 41584)
+++ Include/Python-ast.h        (working copy)
@@ -1,4 +1,4 @@
-/* File automatically generated by ./Parser/asdl_c.py */
+/* File automatically generated by ../Parser/asdl_c.py */
 
 #include "asdl.h"
 
Index: Python/Python-ast.c
=============================================
======================
--- Python/Python-ast.c (revision 41584)
+++ Python/Python-ast.c (working copy)
@@ -1,4 +1,4 @@
-/* File automatically generated by ./Parser/asdl_c.py */
+/* File automatically generated by ../Parser/asdl_c.py */
 
 #include "Python.h"
 #include "Python-ast.h"

which is kind of annoying.  "File automatically generated by asdl_c.py" 
would probably do fine for me.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2005-12-05 01:17

Message:
Logged In: YES 
user_id=6656

Yes, whatever gets rid of the Ms in my wc :)

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2005-12-05 00:26

Message:
Logged In: YES 
user_id=357491

Would changing the path to say /Parser/asdl_c.py work for you?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373150&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to