diff --git a/[refs] b/[refs] index fe743dbf6860..0225d6d8b1c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 946dc121d7d1c606f6bbeb8ae778963a1e2ff59c +refs/heads/master: ce454d4d7278b815dcee957653ce388146484f5f diff --git a/trunk/Makefile b/trunk/Makefile index 38384f898d61..5185c917077b 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -886,7 +886,7 @@ modules_install: _modinst_ _modinst_post .PHONY: _modinst_ _modinst_: - @if [ -z "`$(DEPMOD) -V | grep module-init-tools`" ]; then \ + @if [ -z "`$(DEPMOD) -V 2>/dev/null | grep module-init-tools`" ]; then \ echo "Warning: you may need to install module-init-tools"; \ echo "See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt";\ sleep 1; \