From: Robert D. <od...@pn...> - 2002-07-08 12:33:44
|
> >make clean failed, but I was able to fix it by copying RDEL.EXE to the >C:\ReactOS directory. This is the quick fix I have used a couple of times since a while back. make clean actually uses rdel to delete rdel from the tools directory. This in itself works fine but make then tries to delete some more files. Having make clean the tools directory (and particularly the .exe's) as the very last step of 'make clean' should fix it properly. Robert. |