Trent Mick <[EMAIL PROTECTED]> added the comment:

> 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://[EMAIL PROTECTED]/python/trunk/Mac
Repository Root: svn+ssh://[EMAIL PROTECTED]
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)

[EMAIL PROTECTED]:~/src/python/Mac]
$ svn up Makefile.in
At revision 65091.
[EMAIL PROTECTED]:~/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

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3393>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to