texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] It takes too many time to rebuild texmacs


From: Norbert Nemec
Subject: Re: [Texmacs-dev] It takes too many time to rebuild texmacs
Date: Fri, 09 Jul 2010 09:26:00 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Lightning/1.0b1 Thunderbird/3.0.5

You should try 'ccache' (see http://ccache.samba.org ). It speeds up recompilation in TeXmacs by orders of magnitude, even after doing 'make clean' or switching back and forth between different versions.

Set it up once and it will work for any C/C++ project independent of its complexity and the quality of the Makefiles.



On 09/07/10 08:26, Zou Hu wrote:
Hi all, when rebuilding texmacs after a minor change of source, It takes too many time to finish. Runing make -d, I found some debug messages such as:

Considering target file `Objects/edit_delete.o'.
  Considering target file `edit_delete.cpp'.
   Looking for an implicit rule for `edit_delete.cpp'.
   Trying pattern rule with stem `edit_delete.cpp'.
   Trying implicit prerequisite `edit_delete.cpp,v'.
   Trying pattern rule with stem `edit_delete.cpp'.
   Trying implicit prerequisite `RCS/edit_delete.cpp,v'.
   Trying pattern rule with stem `edit_delete.cpp'.
   Trying implicit prerequisite `RCS/edit_delete.cpp'.
   Trying pattern rule with stem `edit_delete.cpp'.
   Trying implicit prerequisite `s.edit_delete.cpp'.
   Trying pattern rule with stem `edit_delete.cpp'.
   Trying implicit prerequisite `SCCS/s.edit_delete.cpp'.
   Looking for a
_______________________________________________ Texmacs-dev mailing list address@hidden http://lists.gnu.org/mailman/listinfo/texmacs-dev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]