]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MF9: r237100: MFC r236338, r236339, r236346, r236347, r236365, & r236977
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 9 Oct 2012 05:06:30 +0000 (05:06 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 9 Oct 2012 05:06:30 +0000 (05:06 +0000)
commit2699974e7e20f8f832ac275dc37ecc8baacbced0
tree20eb8dd8daed6378da5b64ada65b107bd1604a2a
parent60b0ad039aa6aafc41f1c03df5d7fb01c709c723
MF9: r237100: MFC r236338, r236339, r236346, r236347, r236365, & r236977
  * Deprecate the FreeBSD 10's make's ":U" (to-upper case) and ":L"
    (to-lower case) modifiers for ":tu" and ":tl".
  * make it easier to test newly-built make.
  * Add "-V '${VAR}'" variable expansion from Portable Berkeley Make.
  * regression test for '-V' command line option and the :t[lu] modifiers.

MF9: r241364: Update MAKE_VERSION for r237100.

MFC: r201225: add missing `void' keyword.

git-svn-id: svn://svn.freebsd.org/base/stable/8@241368 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
26 files changed:
tools/regression/usr.bin/make/all.sh [changed mode: 0644->0755]
tools/regression/usr.bin/make/common.sh [changed mode: 0644->0755]
tools/regression/usr.bin/make/test-new.mk [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/Makefile [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.status.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.status.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.status.3 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.3 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.3 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/modifier_t/test.t [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/Makefile [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.status.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.status.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.stderr.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.stderr.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.stdout.1 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/expected.stdout.2 [new file with mode: 0644]
tools/regression/usr.bin/make/variables/opt_V/test.t [new file with mode: 0644]
usr.bin/make/Makefile
usr.bin/make/job.c
usr.bin/make/make.1
usr.bin/make/var.c