[MPlayer-cvslog] r22803 - trunk/libdha/kernelhelper/Makefile
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sun Mar 25 11:44:31 CEST 2007
On Saturday, 24 March 2007 at 16:14, diego wrote:
> Author: diego
> Date: Sat Mar 24 16:14:20 2007
> New Revision: 22803
>
> Modified:
> trunk/libdha/kernelhelper/Makefile
>
> Log:
> cosmetics: Shorten long lines, remove trailing whitespace.
>
>
> Modified: trunk/libdha/kernelhelper/Makefile
> ==============================================================================
> --- trunk/libdha/kernelhelper/Makefile (original)
> +++ trunk/libdha/kernelhelper/Makefile Sat Mar 24 16:14:20 2007
> @@ -1,7 +1,7 @@
> -KERNEL_INCLUDES = /usr/src/linux/include
> -INCLUDES = -I$(KERNEL_INCLUDES)
> -CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
> -VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2)
> +KERNEL_INC = /usr/src/linux/include
> +INCLUDES = -I$(KERNEL_INC)
> +CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INC)/linux/modversions.h
> +VERSION = $(shell grep RELEASE $(KERNEL_INC)/linux/version.h | cut -d'"' -f2)
Why did you change it to grep for something different?
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the MPlayer-cvslog
mailing list