On Dec 9, 2007 10:09 AM, micke <[EMAIL PROTECTED]> wrote:
> Hi, I have a problem when I try to compile with nightly. I have compiled some 
> times and it worked fined but now it started to compile "old files", that is 
> I get a compile error in a file, I change it then I recompile, but I still 
> get the same error at the same line, even thou I fixed it.?? It's like the 
> compiler are using old files?? Is there a "make clean" or similar I can use?
>

By default, nightly is setup to do a "make clobber" which cleans up
the build area before a build.

However, if you have added the "-i" option (incremental build) it will
not perform "make clobber" before building.

You can always try to run "make clobber" manually from the top of the
source tree.

-- 
Shawn Walker, Software and Systems Analyst
http://binarycrusader.blogspot.com/

"To err is human -- and to blame it on a computer is even more so." -
Robert Orben
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to