[pkg-nvidia-devel] r943 - /packages/nvidia-graphics-drivers/trunk/debian/module/Makefile
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Sat May 29 13:00:00 UTC 2010
Author: anbe-guest
Date: Sat May 29 12:59:59 2010
New Revision: 943
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=943
Log:
do not abuse the variable V which can be used to set verboseness
Modified:
packages/nvidia-graphics-drivers/trunk/debian/module/Makefile
Modified: packages/nvidia-graphics-drivers/trunk/debian/module/Makefile
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/module/Makefile?rev=943&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/module/Makefile (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/module/Makefile Sat May 29 12:59:59 2010
@@ -49,11 +49,11 @@
BOOTVERSION_PREFIX = /boot/vmlinuz.
-V := $(shell if [ -f $(BOOTVERSION_PREFIX)version.h ]; then \
+VV := $(shell if [ -f $(BOOTVERSION_PREFIX)version.h ]; then \
grep UTS_RELEASE $(BOOTVERSION_PREFIX)version.h | \
cut -d' ' -f3; fi)
-ifeq ($(V),"$(RUNNING_REL)")
+ifeq ($(VV),"$(RUNNING_REL)")
HEADERFROMBOOT := 1
GETCONFIG := MAKEFILES=$(shell /bin/pwd)/.config
HAVECONFIG := y
More information about the Pkg-nvidia-devel
mailing list