Re: CLEAN???
Re: CLEAN???
- Subject: Re: CLEAN???
- From: Charles Jolley <email@hidden>
- Date: Wed, 15 Aug 2001 11:57:59 -0500
Hi Brian:
Clean erases all the intermediate build information about your
project, so that the next time you build the project it will rebuild
everything from scratch. This is useful for those times when the build
system does not copy in new resource or rebuild files that need to be
rebuilt for some reason. Some times, mysterious bugs that appear
suddenly and seem to have no other diagnosis are fixed by cleaning first.
I've also found it a good idea to do right before I build a release
version and before I release source code.
BTW, the term comes from PB's roots in standard UNIX tools.
Commonly, when writing a Makefile you would include a rule called
"clean" that would erase all the object files you left scattered about
while building.
Cheers,
-C
On Wednesday, August 15, 2001, at 11:37 AM, Brian Howard wrote:
On Wednesday, August 15, 2001, at 12:16 PM, Stuppel, Searle @ San
Diego Central wrote:
I had it for a while, then did a CLEAN before my next build and that
seemed
to solve it.
Funny you should mention "CLEAN" as I have been spending this morning
trying to figure out what it does. I can find nothing in the docs, but
maybe I'm not looking in the right place. Can anyone enlighten me as
to this function in Project Builder? Thanks in advance!
Brian E. Howard
Cocoa Cult Central
the runway is coming along, finally
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
References: | |
| >CLEAN??? (From: Brian Howard <email@hidden>) |