mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 16:10:19 +02:00
updatemakefiles: added note to use trunk fpcmake
git-svn-id: branches/fixes_1_8@56021 -
This commit is contained in:
parent
73a2a6371f
commit
bb0460fe21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user