[Python-checkins] CVS: python/dist/src/Lib/plat-generic regen,1.2,1.3

Guido van Rossum python-dev@python.org
Mon, 9 Oct 2000 12:34:19 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-generic
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14512

Modified Files:
	regen 
Log Message:
Use python$EXE instead of python, for Darwin.  (Patch by Tony
Lownds. (#101816)

[Note: I'm not sure that this is really the right fix.  Surely Darwin
doesn't require you to say "python.exe" everywhere???  Even Windows
doesn't!  Or am I misunderstanding the point?]


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-generic/regen,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** regen	1996/08/08 18:25:40	1.2
--- regen	2000/10/09 19:34:12	1.3
***************
*** 1,6 ****
  #! /bin/sh
  set -v
! python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
! python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
! python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
! python ../../Tools/scripts/h2py.py /usr/include/termios.h
--- 1,6 ----
  #! /bin/sh
  set -v
! python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
! python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
! python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
! python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h