index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a new variable TESTPYTHON which contains the path (and args) for
Barry Warsaw
1997-08-29
1
-2/+3
*
Should remove getbuildno.o/buildno files in clobber/distclean targets.
Guido van Rossum
1997-08-29
1
-1/+2
*
Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash
Guido van Rossum
1997-08-20
1
-2/+2
*
Need to define AR since it is used, and not all Makes define it by default.
Guido van Rossum
1997-08-19
1
-0/+1
*
Change the order in which things are built -- build the shared modules
Guido van Rossum
1997-08-18
1
-1/+7
*
Build getbuildno.o here, to adequately update it every time a new
Guido van Rossum
1997-07-25
1
-1/+15
*
For use with Misc/Makefile.pre.in, the libainstall target must install
Guido van Rossum
1997-07-19
1
-0/+1
*
Change libainstall again: need to install fewer files for "freeze";
Guido van Rossum
1997-07-19
1
-4/+1
*
New build procedure, using a single library libpython$(VERSION) at
Guido van Rossum
1997-07-19
1
-13/+21
*
Don't stop if the tests fail the first time around.
Guido van Rossum
1997-06-02
1
-1/+1
*
Force PYTHONPATH= empty when running test suite.
Guido van Rossum
1997-05-22
1
-2/+2
*
TESTPATH is no longer needed
Guido van Rossum
1997-05-13
1
-3/+2
*
Unroll the for loop used for building python, so the first three
Guido van Rossum
1997-04-23
1
-9/+19
*
(Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.
Guido van Rossum
1997-04-11
1
-0/+1
*
target libinstall:
Fred Drake
1997-03-13
1
-0/+2
*
Bump install version to 1.5.
Guido van Rossum
1997-01-22
1
-1/+1
*
Add the Lib/MACHDEP subdir to TESTPATH.
Guido van Rossum
1997-01-11
1
-1/+1
*
Add $(srcdir) in front of the test program's name (else it won't work
Guido van Rossum
1997-01-03
1
-1/+1
*
Switched over to use the new testregr.py test harness.
Barry Warsaw
1997-01-02
1
-2/+4
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-10/+17
*
Use 574PATH, not $(PATH) -- it's a shell variable
Guido van Rossum
1996-09-10
1
-1/+1
*
Fix $PATH and add $PYTHONPATH used to run regen.
Guido van Rossum
1996-08-28
1
-1/+2
*
Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would
Guido van Rossum
1996-08-21
1
-1/+1
*
MACHDEP and regen problem is now taken care of
Guido van Rossum
1996-08-19
1
-4/+3
*
Collect together all detailed installation directories.
Guido van Rossum
1996-07-31
1
-4/+7
*
Add a variable so you can easily install more than one machdep directory.
Guido van Rossum
1996-07-30
1
-1/+2
*
Correct typo (intall -> install)
Guido van Rossum
1996-07-30
1
-1/+1
*
Some more install changes:
Guido van Rossum
1996-07-30
1
-16/+26
*
More changes to install targets.
Guido van Rossum
1996-07-30
1
-28/+85
*
Append version number to library install directory.
Guido van Rossum
1996-07-24
1
-10/+23
*
Use INSTALL_PROGRAM for makesetup
Guido van Rossum
1996-07-21
1
-1/+1
*
split autoconf target in two
Guido van Rossum
1996-06-28
1
-1/+2
*
Some cleanup; make for loops over subdirs less noisy, more informative.
Guido van Rossum
1996-06-20
1
-25/+27
*
Added some comments to the top.
Guido van Rossum
1996-05-28
1
-26/+100
*
remove Modules/Makefile on distclean
Guido van Rossum
1995-09-18
1
-0/+1
*
Better fix for creating extended pythons. (getpath.c needs to be
Sjoerd Mullender
1995-08-09
1
-1/+0
*
Fixed creation of extended python.
Sjoerd Mullender
1995-08-09
1
-0/+2
*
pass prefix etc. on when making sharedinstall; install getpath.c
Guido van Rossum
1995-08-07
1
-2/+14
*
the usual
Guido van Rossum
1995-03-22
1
-2/+3
*
the usual
Guido van Rossum
1995-02-13
1
-0/+1
*
define INSTALL_PROGRAM and INSTALL_DATA
Guido van Rossum
1995-01-20
1
-12/+14
*
be more careful about building Modules/Makefile.pre
Guido van Rossum
1995-01-17
1
-1/+5
*
run config.status after recheck
Guido van Rossum
1995-01-12
1
-0/+1
*
README: changed URL format to <URL:...>; added section on Tk.
Guido van Rossum
1995-01-04
1
-8/+9
*
The usual changes when a release is nearing...
Guido van Rossum
1995-01-02
1
-11/+4
*
run sharedinstall; add BINDIR macros etc
Guido van Rossum
1994-10-20
1
-6/+14
*
apply ranoib to installed libraries
Guido van Rossum
1994-10-10
1
-0/+2
*
Shared library support
Guido van Rossum
1994-09-12
1
-0/+21
*
Makefile.in: run compileall on installed library;
Guido van Rossum
1994-08-30
1
-5/+7
*
Simplify value of INSTALL (always 'cp').
Guido van Rossum
1994-08-19
1
-1/+1
[prev]
[next]