Re: [HACKERS] adding and compiling new code

2004-11-07 Thread Dennis Bjorklund
On Sun, 7 Nov 2004, Martha Chronopoulou wrote: > recompile the new source code that I added in some .c files. I suspect > that there must be a quicker way to compile those files than executing > the commands: ./configure, gmake, gmake install... . Could I use only > some Makefiles (the corre

[HACKERS] adding and compiling new code

2004-11-07 Thread Martha Chronopoulou
Hi all I've just started writing code to PostgreSQL 7.4.2 and I wand to recompile the new source code that I added in some .c files. I suspect that there must be a quicker way to compile those files than executing the commands: ./configure, gmake, gmake install... . Could I use only some Mak