[Python-checkins] python/dist/src/PC/os2emx Makefile,1.11,1.12

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Mon, 09 Jun 2003 01:14:06 -0700


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv5302

Modified Files:
	Makefile 
Log Message:
bump stack size to cater for _sre recursion.

reorganise modules, so that most standard extensions are built into
the Python DLL.  this slightly improves performance; reduces
fragmentation of address spaces and slightly reduces memory footprint.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile	21 Apr 2003 14:33:03 -0000	1.11
--- Makefile	9 Jun 2003 08:14:03 -0000	1.12
***************
*** 215,219 ****
  	@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
  	@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
! 	@echo STACKSIZE 1048576 >>$@
  
  # Output file names
--- 215,219 ----
  	@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
  	@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
! 	@echo STACKSIZE 1572864 >>$@
  
  # Output file names