Kaydet (Commit) fc8ebb1d authored tarafından Guido van Rossum's avatar Guido van Rossum

MACHDEP and regen problem is now taken care of

üst aa35465c
...@@ -258,12 +258,11 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP) ...@@ -258,12 +258,11 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
./python $(LIBDEST)/compileall.py $(LIBDEST) ./python $(LIBDEST)/compileall.py $(LIBDEST)
# Create the MACHDEP source directory, if one wasn't distributed.. # Create the MACHDEP source directory, if one wasn't distributed..
# XXX This requires Tools/scripts/h2py.py which requires /usr/local/bin/python. $(srcdir)/Lib/$(MACHDEP): python
# Oh well, it's a hint that something should be done.
$(srcdir)/Lib/$(MACHDEP):
mkdir $(srcdir)/Lib/$(MACHDEP) mkdir $(srcdir)/Lib/$(MACHDEP)
cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen
(cd $(srcdir)/Lib/$(MACHDEP); ./regen) export PATH; PATH="`pwd`:$PATH"; \
cd $(srcdir)/Lib/$(MACHDEP); ./regen
# Install the include files # Install the include files
inclinstall: inclinstall:
......
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