scripts/package/Makefile: rpmbuild add support of RPMOPTS 93/17593/1
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Sun, 15 May 2016 03:09:52 +0000 (20:09 -0700)
committerYunhong Jiang <yunhong.jiang@linux.intel.com>
Wed, 27 Jul 2016 06:52:54 +0000 (23:52 -0700)
commit6ec128a4e6a1819881f8db6659d4024aac35ce38
tree4b30d5727c10f31372fc5f024d0db98b39f5939e
parent4f603f6fd3b35451c1bb3f5a2b0b6b05da8d5dc8
scripts/package/Makefile: rpmbuild add support of RPMOPTS

After commit 21a59991ce0c ("scripts/package/Makefile: rpmbuild is needed
for rpm targets"), it is no longer possible to specify RPMOPTS.
For example, we can no longer able to control _topdir using the following
make command.
make RPMOPTS="--define '_topdir /home/xyz/workspace/'" binrpm-pkg

Fixes: 21a59991ce0c ("scripts/package/Makefile: rpmbuild is needed for rpm targets")
Cc: <stable@vger.kernel.org> # 4.3+
Notice: Have to remove the original signed-off-by line because gerrit
will notify the original author, which is not good. Keep the name and
the email address still.

Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Michal Marek <mmarek@suse.com>

upstream-status: backport

Change-Id: If7ce5d9d006ee9d49b2d7d200ebdc278395eb3f7
backport-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
kernel/scripts/package/Makefile