- 8e29a59 Skip directories when installing library files; this avoids problems by Guido van Rossum · 27 years ago
- 6cedf82 Make modes for installed files and directories variables; change the by Guido van Rossum · 27 years ago
- c9fd600 Suggestion by David Ascher: set EXE macro to empty string and use it by Guido van Rossum · 27 years ago
- e475d86 Install Misc/Makefile.pre.in in the config/ install directory. by Guido van Rossum · 27 years ago
- cf809d6 Rename sharedmodules to lib-dynload. by Guido van Rossum · 27 years ago
- 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
- d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
- abffd00 Install config.h under $exec_prefix/include rather than $exec_prefix/lib. by Guido van Rossum · 27 years ago
- 6d91101 #Oops, missed a plat- prefix (for Lib/generic). by Guido van Rossum · 27 years ago
- 38bbbc7 Forgot to install the test/output directory! by Guido van Rossum · 27 years ago
- dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
- cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
- 86c052e Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash by Guido van Rossum · 27 years ago
- 5aadaf5 Need to define AR since it is used, and not all Makes define it by default. by Guido van Rossum · 27 years ago
- 506ef9e Change the order in which things are built -- build the shared modules by Guido van Rossum · 27 years ago
- 1eec528 Build getbuildno.o here, to adequately update it every time a new by Guido van Rossum · 27 years ago
- 895e105 For use with Misc/Makefile.pre.in, the libainstall target must install by Guido van Rossum · 27 years ago
- ded2e20 Change libainstall again: need to install fewer files for "freeze"; by Guido van Rossum · 27 years ago
- 914fbd9 New build procedure, using a single library libpython$(VERSION) at this level. by Guido van Rossum · 27 years ago
- 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
- fde5169 Force PYTHONPATH= empty when running test suite. by Guido van Rossum · 27 years ago
- 054b3a2 TESTPATH is no longer needed by Guido van Rossum · 27 years ago
- 4246edd Unroll the for loop used for building python, so the first three by Guido van Rossum · 28 years ago
- 5ad7aaf (Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it. by Guido van Rossum · 28 years ago
- db5a41f target libinstall: by Fred Drake · 28 years ago
- f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
- fde462e Add the Lib/MACHDEP subdir to TESTPATH. by Guido van Rossum · 28 years ago
- 042a051 Add $(srcdir) in front of the test program's name (else it won't work by Guido van Rossum · 28 years ago
- 9121ab9 Switched over to use the new testregr.py test harness. by Barry Warsaw · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 04831d1 Use 574PATH, not $(PATH) -- it's a shell variable by Guido van Rossum · 28 years ago
- f71bd68 Fix $PATH and add $PYTHONPATH used to run regen. by Guido van Rossum · 28 years ago
- cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would by Guido van Rossum · 28 years ago
- fc8ebb1 MACHDEP and regen problem is now taken care of by Guido van Rossum · 28 years ago
- bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
- b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
- 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago
- 64b6567 Some more install changes: by Guido van Rossum · 28 years ago
- b535da3 More changes to install targets. by Guido van Rossum · 28 years ago
- 3912fd8 Append version number to library install directory. by Guido van Rossum · 28 years ago
- 70a8659 Use INSTALL_PROGRAM for makesetup by Guido van Rossum · 28 years ago
- 0068267 split autoconf target in two by Guido van Rossum · 28 years ago
- bfc1bbe Some cleanup; make for loops over subdirs less noisy, more informative. by Guido van Rossum · 28 years ago
- 586480b Added some comments to the top. by Guido van Rossum · 28 years ago
- e7abf4e remove Modules/Makefile on distclean by Guido van Rossum · 29 years ago
- 9f0a17b Better fix for creating extended pythons. (getpath.c needs to be by Sjoerd Mullender · 29 years ago
- ad5d2cf Fixed creation of extended python. by Sjoerd Mullender · 29 years ago
- 6d47d0d pass prefix etc. on when making sharedinstall; install getpath.c by Guido van Rossum · 29 years ago
- 7b4d460 the usual by Guido van Rossum · 30 years ago
- af07a44 the usual by Guido van Rossum · 30 years ago
- 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 30 years ago
- d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 30 years ago
- fb00a99 run config.status after recheck by Guido van Rossum · 30 years ago
- af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 30 years ago
- 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 30 years ago
- 9041279 run sharedinstall; add BINDIR macros etc by Guido van Rossum · 30 years ago
- 4a91df4 apply ranoib to installed libraries by Guido van Rossum · 30 years ago
- ac405f6 Shared library support by Guido van Rossum · 30 years ago
- 7522f03 Makefile.in: run compileall on installed library; rest: the usual by Guido van Rossum · 30 years ago
- 4e8af44 Simplify value of INSTALL (always 'cp'). by Guido van Rossum · 30 years ago
- a0e9a77 * configure.in, Makefile.in: remove the AC_PREFIX() call -- it's by Guido van Rossum · 30 years ago
- 5552eb7 * BUGS: new file (merger of unofficial BUGS1.0.x files) by Guido van Rossum · 30 years ago
- 433c8ad Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 810a92f Added depend target; cosmetic changes to other targets by Guido van Rossum · 31 years ago
- 6085e32 Alpha 1.0.0 by Guido van Rossum · 31 years ago
- 627b2d7 New files by Guido van Rossum · 31 years ago