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

Michael Hudson mwh@users.sourceforge.net
Mon, 18 Mar 2002 05:10:15 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-irix6
In directory usw-pr-cvs1:/tmp/cvs-serv16834

Modified Files:
      Tag: release22-maint
	regen 
Log Message:
backport jackjansen's checkin of
    revision 1.3 of regen

Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix6/regen,v
retrieving revision 1.2
retrieving revision 1.2.16.1
diff -C2 -d -r1.2 -r1.2.16.1
*** regen	31 Jul 2001 08:47:55 -0000	1.2
--- regen	18 Mar 2002 13:10:13 -0000	1.2.16.1
***************
*** 1,5 ****
  #! /bin/sh
  case `uname -sr` in
! 'IRIX '[45].*)	;;
  *)	echo Probably not on an IRIX system 1>&2
  	exit 1;;
--- 1,6 ----
  #! /bin/sh
  case `uname -sr` in
! 'IRIX '[456].*)	;;
! 'IRIX64 '[456].*)	;;
  *)	echo Probably not on an IRIX system 1>&2
  	exit 1;;