From b151a623b53965da9d021307910c9e1bd3aefa09 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 15 Jul 2005 07:56:36 -0700 Subject: [PATCH] --- yaml --- r: 7236 b: refs/heads/master c: ce454d4d7278b815dcee957653ce388146484f5f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; \