]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r236338, r236339, r236346, r236347, r236365, & r236977
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Jun 2012 20:44:56 +0000 (20:44 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Jun 2012 20:44:56 +0000 (20:44 +0000)
commit520a70acfd8c1eb81e82b0b31b6daaad6fdb5386
treee724be41f512906155b9f30a8157bc8e92b98aa4
parent1c19860d5203e0273c25aef57dab1cde2761db40
MFC: r236338, r236339, r236346, r236347, r236365, & r236977
  * Deprecate the FreeBSD 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.

git-svn-id: svn://svn.freebsd.org/base/stable/9@237100 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
24 files changed:
tools/regression/usr.bin/make/all.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/make.1
usr.bin/make/var.c