Re: [fpc-devel] Test changes in e.g. a package

2018-07-23 Thread Joost van der Sluis
Op 18-07-18 om 13:39 schreef Michael Van Canneyt: On Wed, 18 Jul 2018, Bart wrote: Hi, Sorry if this is a RTFM question. Whenever I make some changes to the sourcecode of e.g. a package or an RTL-file, in order to test these changes I do a make clean/make install in the root directory. (e

Re: [fpc-devel] Test changes in e.g. a package

2018-07-18 Thread Michael Van Canneyt
On Wed, 18 Jul 2018, Bart wrote: On Wed, Jul 18, 2018 at 1:39 PM, Michael Van Canneyt wrote: In general: no. OK I pity the compiler devels, especially in the past with slower hardware. Yes, it can be time-consuming. But: * if the package does not have dependencies, you can just recomp

Re: [fpc-devel] Test changes in e.g. a package

2018-07-18 Thread Sven Barth via fpc-devel
Bart schrieb am Mi., 18. Juli 2018, 23:36: > On Wed, Jul 18, 2018 at 1:39 PM, Michael Van Canneyt > wrote: > > > In general: no. > > OK > I pity the compiler devels, especially in the past with slower hardware. > The compiler devels more often than not only work with the compiler and RTL direct

Re: [fpc-devel] Test changes in e.g. a package

2018-07-18 Thread Bart
On Wed, Jul 18, 2018 at 1:39 PM, Michael Van Canneyt wrote: > In general: no. OK I pity the compiler devels, especially in the past with slower hardware. > > But: > * if the package does not have dependencies, you can just recompile that > package. > cd packages/fcl-registry > make clean al

Re: [fpc-devel] Test changes in e.g. a package

2018-07-18 Thread Michael Van Canneyt
On Wed, 18 Jul 2018, Bart wrote: Hi, Sorry if this is a RTFM question. Whenever I make some changes to the sourcecode of e.g. a package or an RTL-file, in order to test these changes I do a make clean/make install in the root directory. (e.g. I change one line in packages/flc-registry/src/re

[fpc-devel] Test changes in e.g. a package

2018-07-18 Thread Bart
Hi, Sorry if this is a RTFM question. Whenever I make some changes to the sourcecode of e.g. a package or an RTL-file, in order to test these changes I do a make clean/make install in the root directory. (e.g. I change one line in packages/flc-registry/src/regini.inc) This takes several minutes (