From: Paul Smith Date: Mon, 23 Sep 2013 15:24:51 +0000 (-0400) Subject: Rename dash-w to print-directory. X-Git-Tag: 3.99.93~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8122ecb5d726e8b805a7854f844d9a4222f1564;p=thirdparty%2Fmake.git Rename dash-w to print-directory. Avoid conflicts with dash-W on case-insensitive filesystems. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index eaeb7c0e..9e2deb37 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2013-09-23 Paul Smith + + * scripts/options/print-directory: Rename dash-w to + print-directory to avoid conflicts with dash-W on case-insensitive + filesystems. + 2013-09-22 Paul Smith * scripts/features/se_implicit: Verify that order-only tokens diff --git a/tests/scripts/options/dash-w b/tests/scripts/options/print-directory similarity index 100% rename from tests/scripts/options/dash-w rename to tests/scripts/options/print-directory