svn commit: r190345 - stable/7/usr.bin/make
Sam Leffler
sam at freebsd.org
Mon Mar 23 19:29:04 PDT 2009
David E. O'Brien wrote:
> Author: obrien
> Date: Tue Mar 24 00:07:17 2009
> New Revision: 190345
> URL: http://svn.freebsd.org/changeset/base/190345
>
> Log:
> MFC:
> r187475: Remove inlining of functions that are used mostly in different
> object files. This lets use to remove NO_WERROR.
> r186558: Consistently use Var_SetGlobal().
> r186713: Add the -Q be-quiet flag for parallel jobs.
> r186279: Exit with error code 2 when run with -k (continue if errors)
> and build failed.
> r186559: Add the ability to tweak the token output before targets in job mode.
> r181021: Add POSIX -p flag to make(1).
> r186502: Clarify the behaviour of conditionals when dealing with comparisons.
>
>
I find this combination of unrelated changes worrisome; especially the
day the tree is supposed to freeze for release. Please make changes
separately so any problems can be cross-referenced against limited commits.
Sam
More information about the svn-src-all
mailing list