This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trentm
Recipients ronaldoussoren, trentm
Date 2008-07-18.06:25:06
SpamBayes Score 0.00026278678
Marked as misclassified No
Message-id <6db0ea510807172325wc1e131et4f0cf435f8c51ed0@mail.gmail.com>
In-reply-to <1216361821.42.0.764461673355.issue3393@psf.upfronthosting.co.za>
Content
> The current trunk should be correct, there are no explicit calls to the
> arch command left, all go through the configure replacement magic.

--------------------
$ svn info
Path: .
URL: svn+ssh://pythondev@svn.python.org/python/trunk/Mac
Repository Root: svn+ssh://pythondev@svn.python.org
Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
Revision: 65091
Node Kind: directory
Schedule: normal
Last Changed Author: ronald.oussoren
Last Changed Rev: 65091
Last Changed Date: 2008-07-17 22:48:03 -0700 (Thu, 17 Jul 2008)
Properties Last Updated: 2008-07-17 22:55:32 -0700 (Thu, 17 Jul 2008)

[trentm@mower:~/src/python/Mac]
$ svn up Makefile.in
At revision 65091.
[trentm@mower:~/src/python/Mac]
$ grep "arch -" Makefile.in
        $(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON)
$(srcdir)/scripts/BuildApplet.py \
        $(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(CACHERSRC) -v
$(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
--------------------

Apologies if I am missing something. Your patches for issue 3381 did
not include a change to Mac/Makefile.in.

Trent
History
Date User Action Args
2008-07-18 06:25:09trentmsetspambayes_score: 0.000262787 -> 0.00026278678
recipients: + trentm, ronaldoussoren
2008-07-18 06:25:08trentmlinkissue3393 messages
2008-07-18 06:25:06trentmcreate