Commit 69d5296e authored by jack's avatar jack

Use VERSION=1.5 for the example.

parent 74dbdb94
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Instructions: # Instructions:
# #
# 0) Build and install the basic Python 1.4 distribution. You must # 0) Build and install the basic Python 1.5 distribution. You must
# also install the headers ("make inclinstall") and the binary library # also install the headers ("make inclinstall") and the binary library
# files ("make libainstall"). # files ("make libainstall").
# #
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
# #
# Hint: if you want to use VPATH, you can start in an empty # Hint: if you want to use VPATH, you can start in an empty
# subdirectory and say (e.g.): # subdirectory and say (e.g.):
# make -f ../Makefile.pre.in VERSION=1.4 srcdir=.. VPATH=.. Makefile # make -f ../Makefile.pre.in VERSION=1.5 srcdir=.. VPATH=.. Makefile
# === Variables that you just *have* to customize manually === # === Variables that you just *have* to customize manually ===
# (You can also specify their values on the command line for # (You can also specify their values on the command line for
# "make -f Makefile.pre.in VERSION=1.4 Makefile".) # "make -f Makefile.pre.in VERSION=1.5 Makefile".)
# The prefix used by "make inclinstall libainstall" of core python # The prefix used by "make inclinstall libainstall" of core python
installdir= /ufs/jack/src/python/build.irix6/tmp installdir= /ufs/jack/src/python/build.irix6/tmp
......
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