[Python-checkins] python/dist/src Makefile.pre.in,1.141,1.142

perky at users.sourceforge.net perky at users.sourceforge.net
Thu Mar 18 02:51:41 EST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28637

Modified Files:
	Makefile.pre.in 
Log Message:
Ignore error status codes occurred while compiling site-packages
directory.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** Makefile.pre.in	7 Dec 2003 21:52:07 -0000	1.141
--- Makefile.pre.in	18 Mar 2004 07:51:27 -0000	1.142
***************
*** 719,727 ****
  		-d $(LIBDEST) -f \
  		-x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
! 	PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
  		./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
  		-d $(LIBDEST)/site-packages -f \
  		-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
! 	PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  		./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
  		-d $(LIBDEST)/site-packages -f \
--- 719,727 ----
  		-d $(LIBDEST) -f \
  		-x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
! 	-PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
  		./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
  		-d $(LIBDEST)/site-packages -f \
  		-x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
! 	-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  		./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
  		-d $(LIBDEST)/site-packages -f \




More information about the Python-checkins mailing list