]> git.pld-linux.org Git - packages/lttng-modules.git/blob - build.patch
- updated to 2.7.2
[packages/lttng-modules.git] / build.patch
1 --- lttng-modules-2.6.3/Makefile.orig   2015-09-14 20:30:29.749794009 +0200
2 +++ lttng-modules-2.6.3/Makefile        2015-09-14 20:31:10.693125624 +0200
3 @@ -8,8 +8,8 @@
4  KERNELDIR = ${LTTNG_KERNELDIR}
5  MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
6  
7 -lttng_check_linux_version = $(shell pwd)/include/linux/version.h
8 -lttng_check_generated_linux_version = $(shell pwd)/include/generated/uapi/linux/version.h
9 +#lttng_check_linux_version = $(shell pwd)/include/linux/version.h
10 +#lttng_check_generated_linux_version = $(shell pwd)/include/generated/uapi/linux/version.h
11  
12  
13  #
14 @@ -17,11 +17,11 @@
15  # kernel tree moved to a newer kernel version, only pruned by make
16  # distclean.
17  #
18 -ifneq ($(wildcard $(lttng_check_linux_version)),)
19 -ifneq ($(wildcard $(lttng_check_generated_linux_version)),)
20 -$(error Duplicate version.h files found in $(lttng_check_linux_version) and $(lttng_check_generated_linux_version). Consider running make distclean on your kernel, or removing the stale $(lttng_check_linux_version) file)
21 -endif
22 -endif
23 +#ifneq ($(wildcard $(lttng_check_linux_version)),)
24 +#ifneq ($(wildcard $(lttng_check_generated_linux_version)),)
25 +#$(error Duplicate version.h files found in $(lttng_check_linux_version) and $(lttng_check_generated_linux_version). Consider running make distclean on your kernel, or removing the stale $(lttng_check_linux_version) file)
26 +#endif
27 +#endif
28  
29  include $(MAKEFILEDIR)/Makefile.ABI.workarounds
30  
This page took 0.033084 seconds and 3 git commands to generate.