[Lazarus] Compiling IDE issues using FreeBSD 9.1 & FPC 2.6.0
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Feb 5 10:18:13 CET 2013
On Tue, 5 Feb 2013 09:35:04 +0100
Marco van de Voort <marcov at stack.nl> wrote:
> On Sun, Feb 03, 2013 at 11:40:16PM +0100, Mattias Gaertner wrote:
> > > >
> > > > Maybe the "gmake clean" does not work under FreeBSD?
> > >
> > > Are there any custom rules regarding this file, or SED use?
> > >
> > > Makefile operation under FreeBSD is older than fpcmake generated makefiles.
> >
> > [clean]
> > # clear all .ppu/.o/.rst files in all source and output directories
> > files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
> > $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
> > $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
> > $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
> > $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
> > $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
> > $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) \
> > $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))\
> > $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
>
> Afaik such constructs should simply work. It will be passed to rm, and gmake
> is the same as make on linux, just might be a slightly older version.
False alarm. Graeme wrote it works, it was an user error.
Mattias
More information about the Lazarus
mailing list