]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rename phony target envvar-check to evar-check
authorJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 17:52:11 +0000 (17:52 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 17:52:11 +0000 (17:52 +0000)
so as not to conflict with the distributed file by the same name.

tests/Makefile.am

index 9fe2d1679edca1dcedbe5823eadcbb228b96cbc0..3191583ddd07219eaec45c83b259c65cb97aef1b 100644 (file)
@@ -21,11 +21,11 @@ check-root:
        cd touch && $(MAKE) check TESTS=fifo
        cd mv    && $(MAKE) check TESTS=mv-special-1
 
-check-recursive: envvar-check root-hint
+check-recursive: evar-check root-hint
 
 # Warn when `make check' is run with POSIXLY_CORRECT or CDPATH set.
-.PHONY: envvar-check
-envvar-check:
+.PHONY: evar-check
+evar-check:
        test "$${POSIXLY_CORRECT+set}" = set \
          && sed s/%%/POSIXLY_CORRECT/ $(srcdir)/.env-warn || :
        test "$${CDPATH+set}" = set \