[Module-build-checkins] Module-Build Changes,1.334,1.335
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-03-31 04:49:11
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28318 Modified Files: Changes Log Message: Read default commandline options from '$ENV{HOME}/.modulebuildrc' if it exists. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.334 retrieving revision 1.335 diff -u -d -r1.334 -r1.335 --- Changes 31 Mar 2005 03:20:20 -0000 1.334 +++ Changes 31 Mar 2005 04:48:13 -0000 1.335 @@ -3,6 +3,9 @@ 0.27_01 (Beta for 0.28) + - Now reads per-action default options from '$ENV{HOME}/.modulebuildrc' + if it exists. Commandline options override anything set in the rc file. + - Extend prerequisite specifications to apply to all actions. It is now a fatal error if 'requires' or 'conflicts' for a given action are not satisfied, except where necessary for backwards compatability. |