[Python-checkins] CVS: python/dist/src README,1.109,1.110

Neil Schemenauer nascheme@users.sourceforge.net
Fri, 26 Jan 2001 14:18:57 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv22265

Modified Files:
	README 
Log Message:
- Edit the QNX instructions to refer to Makefile, not Modules/Makefile.
- Setup is now copied from Setup.dist by configure.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** README	2001/01/24 17:49:59	1.109
--- README	2001/01/26 22:18:55	1.110
***************
*** 338,342 ****
  	probably running out of stack; the default 32k could be a
  	little tight.  To increase the stack size, edit the Makefile
! 	in the Modules directory to read: LDFLAGS = -N 48k
  
  BeOS:	Chris Herborth (chrish@qnx.com) writes:
--- 338,342 ----
  	probably running out of stack; the default 32k could be a
  	little tight.  To increase the stack size, edit the Makefile
! 	to read: LDFLAGS = -N 48k
  
  BeOS:	Chris Herborth (chrish@qnx.com) writes:
***************
*** 695,699 ****
  	$
  
! Note that Modules/Makefile copies the original Setup file to the build
  directory if it finds no Setup file there.  This means that you can
  edit the Setup file for each architecture independently.  For this
--- 695,699 ----
  	$
  
! Note that configure copies the original Setup file to the build
  directory if it finds no Setup file there.  This means that you can
  edit the Setup file for each architecture independently.  For this