[Python-checkins] CVS: python/dist/src/RISCOS Makefile,1.3,1.4

Guido van Rossum gvanrossum@users.sourceforge.net
2001年10月27日 14:16:18 -0700


Update of /cvsroot/python/python/dist/src/RISCOS
In directory usw-pr-cvs1:/tmp/cvs-serv3663/RISCOS
Modified Files:
	Makefile 
Log Message:
SF patch #475657 (Dietmar Schwertberger)
RISCOS/Makefile:
include structseq and weakrefobject;
changes to keep command line length below 2048
RISCOS/Modules/riscosmodule.c:
typos from the stat structseq patch
Include/pyport.h:
don't re-#define __attribute__(__x) on RISC OS as it is already defined in c library
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	2001年10月24日 20:04:51	1.3
--- Makefile	2001年10月27日 21:16:16	1.4
***************
*** 10,19 ****
 EXPAT = $(LIBSROOT).expat.lib
 
! OBJSCAN = $(DLKLIB).objscan
! MAKEDLK = $(DLKLIB).makedlk
 
 # change from time to time (don't forget to change !Boot also)
 TARGET=Python22
! BUILD=23
 
 
--- 10,19 ----
 EXPAT = $(LIBSROOT).expat.lib
 
! OBJSCAN = objscan
! MAKEDLK = makedlk
 
 # change from time to time (don't forget to change !Boot also)
 TARGET=Python22
! BUILD=25
 
 
***************
*** 165,169 ****
 	@.^.Objects.o.unicodectype\
 	@.^.Objects.o.unicodeobject\
! 	@.^.Objects.o.descrobject
 
 
--- 165,171 ----
 	@.^.Objects.o.unicodectype\
 	@.^.Objects.o.unicodeobject\
! 	@.^.Objects.o.descrobject\
! 	@.^.Objects.o.weakrefobject\
! 	@.^.Objects.o.structseq
 
 
***************
*** 419,422 ****
--- 421,425 ----
 	-wipe @.^.Lib.plat-riscos.*/pyd ~C~V
 	remove s.linktab
+ 	remove @.^.LibPython
 
 clean-support:

AltStyle によって変換されたページ (->オリジナル) /