PDA

View Full Version : Re-Build a snapshot



Dark_Tower
24th April 2006, 16:05
Hi there, yesterday I built the latest Qt 4.1.3 snapshot. I've found a mistake in a line in a cpp file in the directory "src", so I have fix it and now I want to rebuild the snapshot. The problem is that I dont' want to rebuild all (yesterday it spent more than 5hrs :eek: ). Is there a way to rebuild only the files related with the file that I've changed? using make again will build all again? Thanks

wysota
24th April 2006, 16:28
I think this will answer your question best:
http://www.gnu.org/software/make/

Dark_Tower
24th April 2006, 16:31
Thanks wysota. I only wanted to know it for sure, because I don't want to start all the building process again...