From bb0460fe21f9328ed886f5d6b615bda408cfc65e Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 11 Oct 2017 09:57:32 +0000 Subject: [PATCH] updatemakefiles: added note to use trunk fpcmake git-svn-id: branches/fixes_1_8@56021 - --- tools/updatemakefiles.lpr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/updatemakefiles.lpr b/tools/updatemakefiles.lpr index 13960487e4..20ac399da5 100644 --- a/tools/updatemakefiles.lpr +++ b/tools/updatemakefiles.lpr @@ -164,7 +164,9 @@ begin if Paramcount>0 then begin writeln('Updates for every lpk in the lazarus directory the Makefile.fpc, Makefile.compiled and Makefile.'); writeln; - writeln('Usage: ./tools/updatemakefiles'); + writeln('Usage: PATH=/path/to/trunk/fpc/utils/fpcm/bin/cpu-os/:$PATH ./tools/updatemakefiles'); + writeln; + writeln('IMPORTANT: this needs the fpc trunk version of fpcmake to support all targets'); exit; end; CheckFPCMake;