[Python-checkins] python/dist/src/Mac/OSX Makefile,1.51,1.52

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 08:56:45 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv1469

Modified Files:
	Makefile 
Log Message:
Temporary fix for buildon on both Panther and Jaguar.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Makefile	19 Nov 2003 13:33:19 -0000	1.51
--- Makefile	19 Nov 2003 13:56:40 -0000	1.52
***************
*** 10,13 ****
--- 10,17 ----
  BUILDPYTHON=$(builddir)/python.exe
  DESTDIR=
+ # For 10.2:
+ #PBXBUILD=pbxbuild
+ # For 10.3:
+ PBXBUILD=xcodebuild
  
  # These are normally glimpsed from the previous set
***************
*** 59,63 ****
  install_PythonLauncher:
  	cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
! 	pbxbuild -target PythonLauncher -buildstyle Deployment install \
  		DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
  
--- 63,67 ----
  install_PythonLauncher:
  	cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
! 	$(PBXBUILD) -target PythonLauncher -buildstyle Deployment install \
  		DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
  





More information about the Python-checkins mailing list