>On Fri, 18 Aug 2023, Michael Van Canneyt via fpc-devel wrote:
>And that is how it is supposed to be.
>The distclean is only needed at the toplevel. The rest is handled by fpmake.
>So there is no need to call distclean for subdirectories, this means that
>CLEAN_TARGET_DIRS must be empty.
>So wh
On 18.08.23 15:39, Mattias Gaertner via fpc-devel wrote:
On 18.08.23 15:29, Michael Van Canneyt via fpc-devel wrote:
[]
Where do you do this "make all" ?
top level
1. The error is that it cannot find the system unit. To my knowledge,
that cannot be caused by stray leftover units.
On 18.08.23 15:29, Michael Van Canneyt via fpc-devel wrote:
[]
Where do you do this "make all" ?
top level
1. The error is that it cannot find the system unit. To my knowledge,
that cannot be caused by stray leftover units.
2. At the top level, You must call "make all " with a releas
On Fri, 18 Aug 2023, Mattias Gaertner via fpc-devel wrote:
On 18.08.23 09:36, Michael Van Canneyt via fpc-devel wrote:
[...]
After doing "make disctlean" I still have many ppu files left:
./compiler/x86_64/units/x86_64-linux/cutils.ppu
...
./compiler/x86_64/lazbuild/nobj.ppu
...
./rtl/u
On Fri, 18 Aug 2023, Mattias Gaertner via fpc-devel wrote:
On 18.08.23 09:36, Michael Van Canneyt via fpc-devel wrote:
[...]
After doing "make disctlean" I still have many ppu files left:
./compiler/x86_64/units/x86_64-linux/cutils.ppu
...
./compiler/x86_64/lazbuild/nobj.ppu
...
./rtl/u
On 18.08.23 09:36, Michael Van Canneyt via fpc-devel wrote:
[...]
After doing "make disctlean" I still have many ppu files left:
./compiler/x86_64/units/x86_64-linux/cutils.ppu
...
./compiler/x86_64/lazbuild/nobj.ppu
...
./rtl/units/x86_64-linux/cp8859_1.ppu
...
./utils/pas2js/lib/x86_64-li
On Fri, 18 Aug 2023, Maxim Ganetsky via fpc-devel wrote:
16.08.2023 4:29, Garry Wood via fpc-devel пишет:
Hello,
Just letting you know that some recent changes seem to have broken “make
distclean” for source/utils
Please create a bug report.
Makefile.fpc in the source/utils folder conta
16.08.2023 4:29, Garry Wood via fpc-devel пишет:
Hello,
Just letting you know that some recent changes seem to have broken “make
distclean” for source/utils
Please create a bug report.
Makefile.fpc in the source/utils folder contains the line:
CLEAN_TARGET_DIRS=$(subst /Makefile.fpc, ,$(wi
Hello,
Just letting you know that some recent changes seem to have broken "make
distclean" for source/utils
Makefile.fpc in the source/utils folder contains the line:
CLEAN_TARGET_DIRS=$(subst /Makefile.fpc, ,$(wildcard */Makefile.fpc))
But a recent commit (25 July 2023) removed all the Makefi