diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-30 17:41:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-30 17:41:06 +0000 |
commit | 84f0fef1c7ba82b3a1bcb8d06af9a099f4a0f0c3 (patch) | |
tree | b3869b1be42fc148e26ad9f10e82d293cd2e06cf /tests | |
parent | b601ec502a7e0442ae13f56329d59aef5fef4ea6 (diff) | |
download | coreutils-84f0fef1c7ba82b3a1bcb8d06af9a099f4a0f0c3.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 6a5ac9c6c..0eda74437 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -666,6 +666,7 @@ uninstall-info: uninstall-info-recursive uninstall-info-am +.PHONY: check-root check-root: cd chown && $(MAKE) check TESTS=basic cd cp && $(MAKE) check TESTS=special-bits @@ -683,6 +684,7 @@ evar-check: && sed s/%%/CDPATH/ $(srcdir)/.env-warn || : # Advertise `check-root' target. +.PHONY: root-hint root-hint: @echo '***********************************************************' @echo "NOTICE: Some tests may be run only as root." |