bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Cvs-test-results] Build CVS (TRUNK) failed.


From: Conrad T. Pino
Subject: RE: [Cvs-test-results] Build CVS (TRUNK) failed.
Date: Wed, 21 Sep 2005 10:53:52 -0700

Hi Derek,

> From: Derek Price [mailto:derek@ximbiot.com]
> 
> Conrad T. Pino wrote:
> 
> >No, the script does "basetsd" removal from "cvsnt.dep" only.
> >Would you suggest any improvements to the following patch?
> 
> Nope.  Looks like it would run.  :)

I've changed my mind.  I like this one better.
I'll commit this and updated *.dep files now.

> Regards,

Ditto,

> Derek

Conrad

Index: windows-NT/fix-msvc-mak.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/fix-msvc-mak.pl,v
retrieving revision 1.5
diff -u -p -r1.5 fix-msvc-mak.pl
--- windows-NT/fix-msvc-mak.pl  9 Mar 2005 19:55:51 -0000       1.5
+++ windows-NT/fix-msvc-mak.pl  21 Sep 2005 17:50:41 -0000
@@ -18,8 +18,8 @@ sub save_edit {
 
 
 
-sub fix_cvsnt_dep {
-       my $file_name = "cvsnt.dep";
+sub fix_basetsd_dep {
+       my ($file_name) = @_;
        my $temp_name = $file_name . ".tmp";
 
        open FINP, "< " . $file_name or die "open error: ", $file_name;
@@ -93,6 +93,7 @@ sub fix_libdiff_mak {
 
 
 
-fix_cvsnt_dep;
+fix_basetsd_dep "cvsnt.dep";
+fix_basetsd_dep "lib/libcvs.dep";
 fix_cvsnt_mak;
 fix_libdiff_mak;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]