Paul van der Zwan wrote:

> BTW why the double  make cleandir ?? a typo ? or is there some magic.

It helps to ensure that there aren't any old object files in your
source tree.  The first make cleandir removes the "obj" directory.
The second one removes any generated files from the source directory.
There shouldn't be any generated files there, but if there are any it
can cause confusing problems.  So I usually do the make cleandir twice
just to be sure.

John
---
  John Polstra                                               j...@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Self-interest is the aphrodisiac of belief."           -- James V. DeLong



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to