[fpc-devel] Less comprehensive progress output for fpmake
Darius Blaszyk
dhkblaszyk at zeelandnet.nl
Thu Nov 25 18:05:39 CET 2010
I have created a patch for fpmake that hides some of the raw compiler
output. The new output looks more like scons and is actually more clear
imho. You can however still get full output by passing the -v option to
fpmake.
http://bugs.freepascal.org/view.php?id=18051
Output with patch applied will be:
>./fpmake
Compiling test.pp
Linking test
[ 50%] Built target target1
Compiling test.pp
Linking test
[100%] Built target target2
Done
instead of:
>./fpmake
Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for i386
Compiling test.pp
Linking test
/usr/bin/ld: warning: link.res contains output sections; did you forget
-T?
9 lines compiled, 0.2 sec
Free Pascal Compiler version 2.4.0-2 [2010/03/06] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for i386
Compiling test.pp
Linking test
/usr/bin/ld: warning: link.res contains output sections; did you forget
-T?
9 lines compiled, 0.2 sec
Darius
More information about the fpc-devel
mailing list