[Python-checkins] CVS: python/dist/src README,1.108,1.109

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 24 Jan 2001 09:50:02 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv15554

Modified Files:
	README 
Log Message:
Update the build instructions for flat makefile.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -r1.108 -r1.109
*** README	2001/01/18 14:51:12	1.108
--- README	2001/01/24 17:49:59	1.109
***************
*** 152,170 ****
  source tree, see the section on VPATH below.
  
! Start by running the script "./configure", which determines your
! system configuration and creates several Makefiles.  (It takes a
! minute or two -- please be patient!)  You may want to pass options to
! the configure script or edit the Modules/Setup file after running
! configure -- see the section below on configuration options and
! variables.  When it's done, you are ready to run make.
! 
! To build Python, you normally type "make" in the toplevel directory.
! This will recursively run make in each of the subdirectories: Grammar,
! Parser, Objects, Python and Modules, creating a library file in each
! one (except Grammar).  The interpreter executable is built in the top
! level directory.  If you want or need to, you can also chdir into each
! subdirectory in turn and run make there manually (do the Modules
! subdirectory last; you must use "make all sharedmods" to build the
! dynamically loadable modules, if you have any).
  
  Once you have built a Python interpreter, see the subsections below on
--- 152,167 ----
  source tree, see the section on VPATH below.
  
! Start by running the script "./configure", which determines your system
! configuration and creates the Makefile.  (It takes a minute or two --
! please be patient!)  You may want to pass options to the configure
! script or edit the Modules/Setup file after running configure -- see the
! section below on configuration options and variables.  When it's done,
! you are ready to run make.
! 
! To build Python, you normally type "make" in the toplevel directory.  If
! you have changed the configuration or have modified Modules/Setup, the
! Makefile may have to be rebuilt.  In this case you may have to run make
! again to correctly build your desired target.  The interpreter
! executable is built in the top level directory.
  
  Once you have built a Python interpreter, see the subsections below on
***************
*** 180,185 ****
  See also the platform specific notes in the next section.
  
- If recursive makes fail, try invoking make as "make MAKE=make".
- 
  If you run into other trouble, see section 3 of the FAQ
  (http://www.python.org/cgi-bin/faqw.py or
--- 177,180 ----
***************
*** 817,821 ****
  LICENSE		Licensing information
  Lib/            Python library modules
! Makefile.in     Source from which config.status creates the Makefile
  Misc/           Miscellaneous useful files
  Modules/        Implementation of most built-in modules
--- 812,816 ----
  LICENSE		Licensing information
  Lib/            Python library modules
! Makefile.pre.in Source from which config.status creates the Makefile.pre
  Misc/           Miscellaneous useful files
  Modules/        Implementation of most built-in modules
***************
*** 837,840 ****
--- 832,836 ----
  
  Makefile        Build rules
+ Makefile.pre    Build rules before running Modules/makesetup
  buildno		Keeps track of the build number
  config.cache    Cache of configuration variables