cvs commit: src/usr.bin/make Makefile buf.c for.c globals.h job.c job.h main.c make.1 make.c make.h parse.c suff.c var.c

[ Available lists | Index of cvs-src-old | Month of Mar 2009 | Week of 24 Mar 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David E. O'Brien <obrien@FreeBSD.org>
Date
24 Mar 2009 00:07:35
Subject
cvs commit: src/usr.bin/make Makefile buf.c for.c globals.h job.c job.h main.c make.1 make.c make.h parse.c suff.c var.c
Message-ID
200903240007.n2O07Zra011722@repoman.freebsd.org


[ Hide this part ]
obrien      2009-03-24 00:07:17 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
usr.bin/make Makefile buf.c for.c globals.h job.c
job.h main.c make.1 make.c make.h parse.c
suff.c var.c
Log:
SVN rev 190345 on 2009-03-24 00:07:17Z by obrien

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.

Revision Changes Path
1.65.2.2 +1 -2 src/usr.bin/make/Makefile
1.36.10.1 +3 -3 src/usr.bin/make/buf.c
1.43.10.2 +1 -1 src/usr.bin/make/for.c
1.11.2.2 +2 -0 src/usr.bin/make/globals.h
1.126.2.2 +27 -19 src/usr.bin/make/job.c
1.46.2.1 +2 -1 src/usr.bin/make/job.h
1.163.2.4 +65 -40 src/usr.bin/make/main.c
1.103.2.4 +62 -15 src/usr.bin/make/make.1
1.39.2.1 +2 -4 src/usr.bin/make/make.c
1.35.2.1 +2 -0 src/usr.bin/make/make.h
1.113.2.2 +3 -1 src/usr.bin/make/parse.c
1.64.10.1 +3 -2 src/usr.bin/make/suff.c
1.163.2.1 +14 -20 src/usr.bin/make/var.c


Elapsed time: 0.117 seconds