On Mon, Nov 03, 2003 at 03:30:32PM +0100, Florent Gilain wrote: > Will my modifications be keep or will it be overwritten ? > Which files are created / copied when doing the make install command ?
A general tip on this matter, try: make -n install ..this will show you what make would execute, but not actually do it. I find it handy for checking paths and such, although the output tends to be verbose with automade Makefiles.. //Peter
