[fpc-devel] compiling and installing only changed packages
    Henry Vermaak 
    henry.vermaak at gmail.com
       
    Fri Mar 27 12:32:29 CET 2009
    
    
  
2009/3/27 Graeme Geldenhuys <graemeg.lists at gmail.com>:
> Hi,
>
> If I make some local changes to FPCUnit for example (anything in
> 'packages' directory really), how to I compile and install only the
> packages units and not the whole RTL, Compiler?
the Makefile has targets like: packages_all packages_install.  but you
can just cd into the packages dir and execute the same commands you
normally do.
check the Makefile for all the targets, or type "make packages" then
hit tab a couple of times (this should work on ubuntu).
henry
    
    
More information about the fpc-devel
mailing list