mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
870 B

  1. diff -ru Python-2.3.old/Makefile.pre.in Python-2.3/Makefile.pre.in
  2. --- Python-2.3.old/Makefile.pre.in 2003-07-13 12:10:42.000000000 +0200
  3. +++ Python-2.3/Makefile.pre.in 2003-11-15 20:22:02.000000000 +0100
  4. @@ -709,14 +709,6 @@
  5. ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
  6. -d $(LIBDEST) -f \
  7. -x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
  8. - PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  9. - ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
  10. - -d $(LIBDEST)/site-packages -f \
  11. - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
  12. - PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
  13. - ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
  14. - -d $(LIBDEST)/site-packages -f \
  15. - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
  16. # Create the PLATDIR source directory, if one wasn't distributed..
  17. $(srcdir)/Lib/$(PLATDIR):