[Python-checkins] CVS: distutils TODO,1.10,1.11

Greg Ward gward@users.sourceforge.net
Tue, 24 Jul 2001 11:37:17 -0700


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv18359

Modified Files:
	TODO 
Log Message:
[ancient changes from 2000-10-18]
Items on LDSHARED, -g flag, RPM version warning.


Index: TODO
===================================================================
RCS file: /cvsroot/python/distutils/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TODO	2001/04/20 18:29:31	1.10
--- TODO	2001/07/24 18:37:15	1.11
***************
*** 65,68 ****
--- 65,71 ----
    build are the right way, so those should be preferred)
  
+ * should also allow overriding LDSHARED (eg. for Python 1.5 under Solaris),
+   maybe CC
+ 
  * install_data should install to $prefix by default, not $prefix/share
    (and should warn if developer doesn't supply any dir component:
***************
*** 158,161 ****
--- 161,167 ----
    [Lyle Johnson is working on this]
  
+ * Unix: -g comes from Makefile, and is unaffected by --debug or lack
+   thereof (I think --debug is ignored by UnixCCompiler)
+ 
  
  AUTO-CONFIGURATION
***************
*** 253,256 ****
--- 259,264 ----
  
  * bug! bdist --format=gztar,zip doesn't work: premature cleanup
+ 
+ * warn if RPM version < 3.0.4