Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 1997 11:43:39 -0700
From:      Warner Losh <imp@village.org>
To:        Adam David <adam@veda.is>
Cc:        asami@vader.cs.berkeley.edu (Satoshi Asami), freebsd-ports@freebsd.org
Subject:   Re: make -k oddities 
Message-ID:  <E0vzoKJ-0000h5-00@rover.village.org>
In-Reply-To: Your message of "Wed, 26 Feb 1997 08:18:18 GMT." <199702260818.IAA08085@veda.is> 
References:  <199702260818.IAA08085@veda.is>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199702260818.IAA08085@veda.is> Adam David writes:
: Fundamental command paradigm
: 
: user: do this
: unix: (ok)
: 
: :) silence is golden :)

Yes, but this is currently broken.  make -k says not to build things
that depend on those things that caused the error:
     -k      Continue processing after errors are encountered, but only on
             those targets that do not depend on the target whose creation
             caused the error.
which implies that if you do a make -k as a submake, it should return
an error if anything it ran caused an error (excluding those things
explicitly ignored).

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0vzoKJ-0000h5-00>