Commit Graph

41 Commits

Author SHA1 Message Date
Guido van Rossum f631d13ac7 Bump install version to 1.5. 1997-01-22 03:45:38 +00:00
Guido van Rossum fde462e173 Add the Lib/MACHDEP subdir to TESTPATH. 1997-01-11 19:59:17 +00:00
Guido van Rossum 042a05172f Add $(srcdir) in front of the test program's name (else it won't work
when $(srcdir) isn't '.', i.e. when using VPATH).
1997-01-03 15:54:36 +00:00
Barry Warsaw 9121ab9433 Switched over to use the new testregr.py test harness. 1997-01-02 20:01:44 +00:00
Guido van Rossum d266eb460e New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
Guido van Rossum 04831d133e Use 574PATH, not $(PATH) -- it's a shell variable 1996-09-10 18:21:32 +00:00
Guido van Rossum f71bd68673 Fix $PATH and add $PYTHONPATH used to run regen. 1996-08-28 19:23:01 +00:00
Guido van Rossum cda848f49e Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
try to do the mkdir whenever a new python has been built...
1996-08-21 20:18:29 +00:00
Guido van Rossum fc8ebb1d3f MACHDEP and regen problem is now taken care of 1996-08-19 21:51:24 +00:00
Guido van Rossum bed23fe1ce Collect together all detailed installation directories. 1996-07-31 17:30:37 +00:00
Guido van Rossum b8dccd29b3 Add a variable so you can easily install more than one machdep directory. 1996-07-30 21:55:17 +00:00
Guido van Rossum 6d47298acd Correct typo (intall -> install) 1996-07-30 21:41:56 +00:00
Guido van Rossum 64b65677c9 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!)
1996-07-30 20:42:12 +00:00
Guido van Rossum b535da38f9 More changes to install targets. 1996-07-30 18:04:22 +00:00
Guido van Rossum 3912fd8781 Append version number to library install directory.
"make libinstall" no longer implies "make sharedinstall".
"make altinstall" and "make altbininstall" install the python binary
with a version number, for tentative installations (this does not
install the include files or man page).
1996-07-24 02:35:43 +00:00
Guido van Rossum 70a8659d9d Use INSTALL_PROGRAM for makesetup 1996-07-21 02:46:47 +00:00
Guido van Rossum 0068267750 split autoconf target in two 1996-06-28 20:15:41 +00:00
Guido van Rossum bfc1bbe57d Some cleanup; make for loops over subdirs less noisy, more informative. 1996-06-20 14:30:38 +00:00
Guido van Rossum 586480b80c Added some comments to the top.
Changed install targets so
(1) "make install" installs everything;
(2) more directories are built as needed;
(3) the X11R5 shell script install-sh is used (always).
(The script can't be called install.sh since some Make versions have a
default rule that copies "foo.sh" to "foo" when making "foo".)

Added target "smelly" which checks for non-Py-prefixed exported
symbols.
1996-05-28 22:49:08 +00:00
Guido van Rossum e7abf4e2c3 remove Modules/Makefile on distclean 1995-09-18 22:12:20 +00:00
Sjoerd Mullender 9f0a17b83f Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
1995-08-09 10:39:48 +00:00
Sjoerd Mullender ad5d2cf12c Fixed creation of extended python. 1995-08-09 09:18:20 +00:00
Guido van Rossum 6d47d0d07e pass prefix etc. on when making sharedinstall; install getpath.c 1995-08-07 21:58:40 +00:00
Guido van Rossum 7b4d460bdc the usual 1995-03-22 12:27:16 +00:00
Guido van Rossum af07a44428 the usual 1995-02-13 19:45:27 +00:00
Guido van Rossum 6403d284b0 define INSTALL_PROGRAM and INSTALL_DATA 1995-01-20 16:51:32 +00:00
Guido van Rossum d09119e889 be more careful about building Modules/Makefile.pre 1995-01-17 16:45:08 +00:00
Guido van Rossum fb00a99e6c run config.status after recheck 1995-01-12 12:26:50 +00:00
Guido van Rossum af5b83ec4a README: changed URL format to <URL:...>; added section on Tk.
Makefile.in: run config.status in "make recheck".
configure.in: add test for hypot().
config.h.in, configure: since configure.in changed.
rest: the usual boring stuff.
1995-01-04 19:02:35 +00:00
Guido van Rossum 76be6eda96 The usual changes when a release is nearing... 1995-01-02 18:33:54 +00:00
Guido van Rossum 904127924e run sharedinstall; add BINDIR macros etc 1994-10-20 22:04:30 +00:00
Guido van Rossum 4a91df41be apply ranoib to installed libraries 1994-10-10 17:58:27 +00:00
Guido van Rossum ac405f6c4e Shared library support 1994-09-12 10:56:06 +00:00
Guido van Rossum 7522f030ee Makefile.in: run compileall on installed library;
rest: the usual
1994-08-30 12:42:01 +00:00
Guido van Rossum 4e8af445ec Simplify value of INSTALL (always 'cp').
Pass value of OPT from configure environment to Makefile.
Add check for limits.h.
Use <directory>/libreadline.a instead of -lreadline.
1994-08-19 15:33:54 +00:00
Guido van Rossum a0e9a77183 * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's
more trouble than it's worth at CWI and most other people seem to
	install Python in the default (/usr/local) anway.  Changed comment
	describing --prefix in Makefile.in
1994-08-12 13:18:25 +00:00
Guido van Rossum 5552eb7203 * BUGS: new file (merger of unofficial BUGS1.0.x files)
* Makefile.in (TAGS): Call etags w/o -t option
1994-08-05 15:51:00 +00:00
Guido van Rossum 433c8ade13 Merge alpha100 branch back to main trunk 1994-08-01 12:07:07 +00:00
Guido van Rossum 810a92f95b Added depend target; cosmetic changes to other targets 1993-12-28 19:39:56 +00:00
Guido van Rossum 6085e32a75 Alpha 1.0.0 1993-12-26 18:24:40 +00:00
Guido van Rossum 627b2d7cd7 New files 1993-12-24 10:39:16 +00:00