[Python-checkins] CVS: python/dist/src/Modules makesetup,1.24,1.25
Fred L. Drake
python-dev@python.org
Fri, 7 Jul 2000 09:21:34 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15045/Modules
Modified Files:
makesetup
Log Message:
Thomas Wouters <thomas@xs4all.net>:
Allow -f* parameters to be passed to the compiler from Setup files.
Index: makesetup
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/makesetup,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** makesetup 2000年07月06日 17:58:06 1.24
--- makesetup 2000年07月07日 16:21:31 1.25
***************
*** 141,145 ****
esac
case $arg in
! -[IDUC]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;;
--- 141,145 ----
esac
case $arg in
! -[IDUCf]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;;