Bugs item #1373150, was opened at 2005-12-05 00:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
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.

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

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