[Python-checkins] python/dist/src/Mac/OSX Makefile,1.39,1.40

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
2003年5月09日 08:08:41 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv409/Mac/OSX
Modified Files:
	Makefile 
Log Message:
Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and
honor them). Use this when building the MacOSX binary installer to
get group-writeable files.
Ths fix works for directories and executables, not for files just yet,
because of bug #735274.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Makefile	17 Mar 2003 15:45:38 -0000	1.39
--- Makefile	9 May 2003 15:08:39 -0000	1.40
***************
*** 23,31 ****
 # Items more-or-less copied from the main Makefile
 DIRMODE=755
 INSTALL=/usr/bin/install -c
 INSTALL_SYMLINK=ln -fs
 INSTALL_PROGRAM=${INSTALL}
 INSTALL_SCRIPT= ${INSTALL_PROGRAM}
! INSTALL_DATA=	${INSTALL} -m 644
 LN=ln
 STRIPFLAG=-s
--- 23,32 ----
 # Items more-or-less copied from the main Makefile
 DIRMODE=755
+ FILEMODE=644
 INSTALL=/usr/bin/install -c
 INSTALL_SYMLINK=ln -fs
 INSTALL_PROGRAM=${INSTALL}
 INSTALL_SCRIPT= ${INSTALL_PROGRAM}
! INSTALL_DATA=	${INSTALL} -m ${FILEMODE}
 LN=ln
 STRIPFLAG=-s

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