[pgadmin-hackers] make speed and dependency

2003-05-30 Thread Andreas Pflug
Adam, I wonder if the make process could be speeded up. At the moment, the auto dependency tracking is integrally implemented for each object make, which makes things quite slow. Can this be changed to a make dep; make; make install way, as I know it from the kernel? Regards, Andreas

Re: [pgadmin-hackers] make speed and dependency

2003-05-30 Thread Adam H . Pendleton
Not unless we want to manually track dependencies, which is how the linux kernel currently works. I would venture to say that a make dep make for the linux kernel takes the same amount of time as a plain make would if the kernel automatically tracked dependencies. Currently the make process