From 348d63fc2b66c734d8db902489328d98e0776a50 Mon Sep 17 00:00:00 2001 From: guillemj <> Date: Sun, 3 Jul 2011 02:01:25 +0000 Subject: [PATCH] =?UTF-8?q?Do=20not=20print=20=E2=80=9Cmake=20help?= =?UTF-8?q?=E2=80=9D=20commands,=20only=20their=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Device3Dfx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Device3Dfx/Makefile b/Device3Dfx/Makefile index b6de2cb..b07afe7 100644 --- a/Device3Dfx/Makefile +++ b/Device3Dfx/Makefile @@ -74,9 +74,9 @@ KVER_MINOR = $(shell echo "$(KVERS)" | cut -d. -f2 ) KBUILD = $(shell [ "$(KVER_MAJOR)" = 2 ] && [ "$(KVER_MINOR)" -ge 6 ] && echo yes ) help: - echo KVER_MAJOR = $(KVER_MAJOR) - echo KVER_MINOR = $(KVER_MINOR) - echo KBUILD = $(KBUILD) + @echo KVER_MAJOR = $(KVER_MAJOR) + @echo KVER_MINOR = $(KVER_MINOR) + @echo KBUILD = $(KBUILD) ifeq ($(KBUILD),yes) BUILD_TYPE = kbuild