Kaydet (Commit) db5a41f1 authored tarafından Fred Drake's avatar Fred Drake

target libinstall:

	Create the .pyo files corresponding to the .py and .pyc files as
	well.
üst ef8dc06c
......@@ -265,6 +265,8 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
done
PYTHONPATH=$(LIBDEST) \
./python $(LIBDEST)/compileall.py $(LIBDEST)
PYTHONPATH=$(LIBDEST) \
./python -O $(LIBDEST)/compileall.py $(LIBDEST)
# Create the MACHDEP source directory, if one wasn't distributed..
$(srcdir)/Lib/$(MACHDEP):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment