]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
drop usage of O= in kernel module macros; ver 1.715
authorJan Palus <atler@pld-linux.org>
Sun, 24 Apr 2016 10:31:34 +0000 (12:31 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 24 Apr 2016 10:31:34 +0000 (12:31 +0200)
breaks KERNELRELEASE determination

rpm-build-macros.spec
rpm.macros.kernel

index 5c521757c49a30d9a8dbd1bf5083ae5e8ac911a0..204dd44b95428e2d93b66f00f8abdc03bce20671 100644 (file)
@@ -1,10 +1,10 @@
-%define                rpm_macros_rev  1.714
+%define                rpm_macros_rev  1.715
 %define                find_lang_rev   1.38
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
 Name:          rpm-build-macros
 Version:       %{rpm_macros_rev}
-Release:       2
+Release:       1
 License:       GPL
 Group:         Development/Building
 Source0:       rpm.macros
index 2fb7c9f1ca49df4022dceff8a07648d388bb258a..4c7998ee2af7eceb7d6506a5ee9133b543522239 100644 (file)
@@ -176,7 +176,7 @@ done)
        CC="%{__cc}"                                                                                                    \\\
 %endif                                                                                                                         \
 %define        MakeOpts HOSTCC="%{__cc}" SYSSRC=%{_kernelsrcdir} SYSOUT=$PWD/o \\\\\\\
-               O=$PWD/o %{?with_verbose:V=1} %{Opts}                                           \
+               %{?with_verbose:V=1} %{Opts}                                            \
                                                                                                                                        \
 %{?-C:cd %{-C*}}                                                                                                       \
 compile() {                                                                                                                    \
@@ -235,7 +235,7 @@ compile %{*}                                                                                                                \
        CC="%{__cc}"                                                                                                    \\\
 %endif                                                                                                                         \
 %define        MakeOpts HOSTCC="%{__cc}" SYSSRC=%{_kernelsrcdir} SYSOUT=$PWD/o \\\\\\\
-               O=$PWD/o %{?with_verbose:V=1} %{Opts}                                           \
+               %{?with_verbose:V=1} %{Opts}                                            \
                                                                                                                                        \
 %{?-C:cd %{-C*}}                                                                                                       \
 compile() {                                                                                                                    \
This page took 0.04456 seconds and 4 git commands to generate.