How to recompile only say.c?

I need to make some changes to say.c, then recompile and overwrite existing say.o.

How do I do recompiling?

Thanks

Just type “make” and then “make install”.

Bye.

Marco Bruni

mbruni
are you sure? I doubt doing so will overwrite everything.

Yes I’m sure :smile:
The “make” command will just rebuild the parts that are changed and “make install” will overwrite all the * executables and libraries but this should not a problem because, at least on 1.4, I’m not sure about 1.2 as I don’t use it anymore, the configuration files are not overwritten.

And if you are unsure just try first on a test box.

Bye.

Marco Bruni

Marco

kewl, thanks :smile: