chiark / gitweb /
[PATCH] remove 'sudo' usage from the Makefile
authorgreg@kroah.com <greg@kroah.com>
Thu, 11 Nov 2004 02:11:40 +0000 (18:11 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:09:26 +0000 (22:09 -0700)
should fix a lot of gentoo bug reports

Makefile

index c90baba58253913f4bc50d1ef85edf59e63e8a0a..b62cd89702e2d17dc6111c7e7719be4b86f89338 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -465,4 +465,4 @@ uninstall: uninstall-man uninstall-dev.d
        done ; \
 
 test: all
-       @ cd test && sudo ./udev-test.pl
+       @ cd test && ./udev-test.pl