[Module-build-checkins] Module-Build MANIFEST.SKIP,1.22,1.23
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2006-03-28 11:06:48
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7957 Modified Files: MANIFEST.SKIP Log Message: The 'distclean' operation on Windows was failing because it runs 'distcheck' which dies when it finds extra or missing files. This didn't give the 'Build.bat' script a chance to delete itself. Now it warns if the 'distcheck' actions is invoked as a dependency of another action; otherwise, it dies as before. Also, added 'Build.bat' to our MANIFEST.SKIP as well as the default generated MANIFEST.SKIP. Index: MANIFEST.SKIP =================================================================== RCS file: /cvsroot/module-build/Module-Build/MANIFEST.SKIP,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- MANIFEST.SKIP 12 Jan 2006 23:45:17 -0000 1.22 +++ MANIFEST.SKIP 28 Mar 2006 11:06:06 -0000 1.23 @@ -4,6 +4,7 @@ (^|/)blib CVS ^Build$ +^Build.bat$ ~$ ^configs ^testbed |