From: greg@kroah.com Date: Thu, 11 Nov 2004 02:11:40 +0000 (-0800) Subject: [PATCH] remove 'sudo' usage from the Makefile X-Git-Tag: 043~5 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f653894e04621d217ca5143a92c803d9995dc5;p=systemd [PATCH] remove 'sudo' usage from the Makefile should fix a lot of gentoo bug reports --- diff --git a/Makefile b/Makefile index c90baba5..b62cd897 100644 --- 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