[issue14321] Do not run pgen during the build if files are up to date

2012-04-05 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
resolution:  - fixed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-04-04 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 4e306c1a3c92 by Matthias Klose in branch 'default':
Followup for issue #14321, remove references to Parser/pgen.stamp
http://hg.python.org/cpython/rev/4e306c1a3c92

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-04-04 Thread Matthias Klose

Changes by Matthias Klose d...@debian.org:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-03-31 Thread Arfrever Frehtes Taifersar Arahesis

Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment:

References to no longer used Parser/pgen.stamp file should be removed in:
Makefile.pre.in
.bzrignore
.gitignore
.hgignore

--
nosy: +Arfrever
resolution: fixed - 
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Matthias Klose

New submission from Matthias Klose d...@debian.org:

For a cross build, make tries to run pgen built for the host machine, not the 
build machine. However it is not necessary to run pgen at all if all the files 
are up to date. This change implements it.

The release script (if something like this exists) should make sure that the 
time stamps are correct, and then pgen isn't even built for a native build.

reviewed by MvL

--
assignee: doko
components: Build
files: pgen.diff
keywords: patch
messages: 155910
nosy: doko
priority: normal
severity: normal
status: open
title: Do not run pgen during the build if files are up to date
versions: Python 3.3
Added file: http://bugs.python.org/file24864/pgen.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 52597f888e7a by Matthias Klose in branch 'default':
- Issue #14321: Do not run pgen during the build if files are up to date.
http://hg.python.org/cpython/rev/52597f888e7a

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Matthias Klose

Changes by Matthias Klose d...@debian.org:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14321] Do not run pgen during the build if files are up to date

2012-03-15 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
resolution:  - fixed
stage:  - committed/rejected

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14321
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com