[lazarus] More Make problems

Marc Weustink marc at dommelstein.net
Tue Feb 20 17:29:11 EST 2001


At 17:17 20-02-01 -0500, Michael A. Hess wrote:
>Marc Weustink wrote:
> >
> > At 15:35 20-02-01 -0500, Michael A. Hess wrote:
> > >again. However I checked out the directories after doing a
> > >
> > >    make clean
> > >
> > >and now discovered that the .ppu files are not being cleaned out of the
> > >lcl/units directory. When I check the clean command it appears that it
> > >is now trying to clean
> > >
> > >       ./units/.units/*.ppu   (where the * is the individual names)
> >
> > Errmmmm.... I see that as well. I have to look at it (again).
>
>OK as I said in our other email the 'make clean' works but it is
>cheating. I did a log of the clean and what it is doing is calling
>
>rm -f ./units/*.ppu      {where * is all the different names}
>rm -f ./units/./units/*.o
>rm -f ./units/*.o
>
>The .ppu is correct but the .o based on the .ppu is still incorrect. It
>only works because you force the files information in the .fpc to also
>do the .o files.


It has to do with if /usr/bin/ppufiles is installed or not. In my case it 
was installed and I didn't have the double path in the .o files. If I 
remove ppufiles I get the same problem.

I'm working now to get something workable.

Marc






More information about the Lazarus mailing list