]> granicus.if.org Git - python/commit
Some more install changes:
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:42:12 +0000 (20:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:42:12 +0000 (20:42 +0000)
commit64b65677c969a2e1212ad642d6ea0e0019f89c52
tree99d1700f152895bb12b3401723711cb473de79d5
parent02ca3ab4f7f3660d627438621b38771a8a31fe59
Some more install changes:

- "make install" now depends on "make altinstall" for most of the
work, and the binary is always installed as python<version> first,
with a hard link to python made by "make bininstall".

- Create the machine dependent directory if it doesn't exist, and
attempt to run the regen script in it (unfortunately this will fail
unless you have h2py in your $PATH - help!)
Makefile.in