Skip Menu |
 

From: "Kevin Koch" <kpkoch@mit.edu>
To: <kfw-bugs@mit.edu>
Subject: Please sanity check this KfW build fix
Date: Mon, 26 Feb 2007 15:15:02 -0500

If one does two “nmake clean”s in a row in the athena directory, the second one fails in …\athena\auth\krb5\src\windows\identity\doc.

 

The line

 

$(RMDIR) /s /q $(DOCDIR)\html

 

in …\athena\auth\krb5\src\windows\identity\doc\Makefile should be

 

if exist '$(DOCDIR)/html' $(RMDIR) /s /q $(DOCDIR)\html

 

Is there any reason I shouldn’t make this change?

 

Thanks.

Kevin

Date: Mon, 26 Feb 2007 15:45:09 -0500
From: Jeffrey Altman <jaltman@mit.edu>
To: rt-kfw@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #5449] Please sanity check this KfW build fix
RT-Send-Cc:
that change is fine. the change needs to be made as a new ticket,
marked for pullup, and the new ticket needs to be referred to by ticket
5396 the master ticket for all NIM 1.2 commits.
fixed by ticket 5452