Janis Schoetterl-Glausch
cdd42eb468
kbuild: rpm-pkg: fix breakage when V=1 is used
[ Upstream commit 2e07005f4813a9ff6e895787e0c2d1fea859b033 ]
Doing make V=1 binrpm-pkg results in:
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EgV6qJ
+ umask 022
+ cd .
+ /bin/rm -rf /home/scgl/rpmbuild/BUILDROOT/kernel-6.0.0_rc5+-1.s390x
+ /bin/mkdir -p /home/scgl/rpmbuild/BUILDROOT
+ /bin/mkdir /home/scgl/rpmbuild/BUILDROOT/kernel-6.0.0_rc5+-1.s390x
+ mkdir -p /home/scgl/rpmbuild/BUILDROOT/kernel-6.0.0_rc5+-1.s390x/boot
+ make -f ./Makefile image_name
+ cp test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) arch/s390/boot/bzImage /home/scgl/rpmbuild/BUILDROOT/kernel-6.0.0_rc5+-1.s390x/boot/vmlinuz-6.0.0-rc5+
cp: invalid option -- 'e'
Try 'cp --help' for more information.
error: Bad exit status from /var/tmp/rpm-tmp.EgV6qJ (%install)
Because the make call to get the image name is verbose and prints
additional information.
Fixes: 993bdde94547 ("kbuild: add image_name to no-sync-config-targets")
Signed-off-by: Janis Schoetterl-Glausch <scgl@linux.ibm.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-10-26 13:25:43 +02:00
..
2020-10-09 08:56:02 +02:00
2020-08-10 01:32:59 +09:00
2021-09-22 12:27:58 +02:00
2020-10-18 14:20:35 -07:00
2022-04-08 14:40:15 +02:00
2022-08-29 11:29:54 +02:00
2022-04-20 09:23:26 +02:00
2022-06-14 18:32:45 +02:00
2020-08-18 20:16:46 +09:00
2022-02-23 12:01:07 +01:00
2022-06-29 08:59:54 +02:00
2022-10-26 13:25:43 +02:00
2022-10-26 13:25:17 +02:00
2021-08-12 13:22:12 +02:00
2020-09-25 00:36:41 +09:00
2020-03-03 20:49:21 +09:00
2019-05-24 17:27:11 +02:00
2018-07-18 01:18:05 +09:00
2021-05-22 11:40:55 +02:00
2019-06-05 17:37:11 +02:00
2020-10-29 15:19:04 +01:00
2018-06-28 13:36:39 +09:00
2020-02-25 03:35:16 -07:00
2020-08-14 13:30:03 +09:00
2020-12-30 11:53:56 +01:00
2020-05-26 00:03:16 +09:00
2019-02-19 21:27:53 +01:00
2019-03-04 22:34:54 +09:00
2020-10-12 10:37:56 +02:00
2021-05-22 11:40:55 +02:00
2020-10-16 11:11:21 -07:00
2020-08-07 11:33:21 -07:00
2020-10-13 18:38:26 -07:00
2021-01-12 20:18:16 +01:00
2020-09-04 18:19:37 +02:00
2021-05-22 11:40:55 +02:00
2020-04-15 15:13:13 -06:00
2020-03-17 08:59:03 +09:00
2019-06-05 17:37:07 +02:00
2020-08-18 20:16:46 +09:00
2019-06-05 17:37:10 +02:00
2022-08-21 15:16:12 +02:00
2020-01-27 14:25:06 -07:00
2019-01-06 09:46:51 +09:00
2019-03-04 22:35:04 +09:00
2018-06-08 18:56:00 +09:00
2018-06-25 23:21:13 +09:00
2021-02-26 10:13:01 +01:00
2021-09-18 13:40:16 +02:00
2021-05-22 11:40:55 +02:00
2019-05-24 17:36:45 +02:00
2020-10-16 11:11:19 -07:00
2019-05-30 11:26:39 -07:00
2020-08-07 13:29:39 -07:00
2019-11-22 10:35:18 -07:00
2021-02-17 11:02:24 +01:00
2022-10-26 13:25:43 +02:00
2020-06-17 10:38:42 +09:00
2020-12-30 11:53:33 +01:00
2021-11-18 14:03:57 +01:00
2022-07-25 11:26:50 +02:00
2021-11-21 13:46:37 +01:00
2021-06-30 08:47:30 -04:00
2019-03-17 12:56:32 +09:00
2022-07-25 11:26:50 +02:00
2020-08-10 01:32:59 +09:00
2020-03-25 10:19:43 +09:00
2022-10-15 07:55:50 +02:00
2022-08-25 11:38:10 +02:00
2019-11-15 00:23:10 +09:00
2020-08-10 01:32:59 +09:00
2021-04-28 13:40:02 +02:00
2020-08-10 01:32:59 +09:00
2020-10-22 13:13:57 -07:00
2020-08-19 14:31:57 -06:00
2020-09-25 00:36:41 +09:00
2019-07-17 22:39:27 +09:00
2022-09-05 10:28:55 +02:00
2019-07-17 22:39:27 +09:00
2020-06-11 20:14:41 +09:00
2022-04-13 21:01:10 +02:00
2020-05-17 18:52:01 +09:00
2019-06-05 17:37:10 +02:00
2021-07-25 14:36:16 +02:00
2019-08-29 23:54:29 +09:00
2022-09-23 14:17:00 +02:00
2022-08-25 11:38:19 +02:00
2020-05-26 00:03:16 +09:00
2020-07-10 14:19:58 +02:00
2019-05-30 11:29:23 -07:00
2020-03-26 15:08:27 -07:00
2021-03-09 11:11:14 +01:00
2021-06-30 08:47:23 -04:00
2022-01-05 12:40:29 +01:00
2020-09-25 02:28:12 +09:00
2021-05-22 11:40:55 +02:00
2020-07-20 10:55:50 +02:00
2019-12-13 10:47:58 +01:00
2018-12-28 12:11:44 -08:00
2020-10-02 11:31:26 +02:00
2020-10-15 15:11:56 -07:00
2022-01-27 10:54:36 +01:00
2021-05-22 11:40:55 +02:00
2018-09-05 08:12:09 -06:00
2020-10-09 08:55:17 +02:00
2021-07-14 16:55:53 +02:00
2018-11-30 14:45:01 -08:00
2020-02-10 13:35:15 -08:00
2020-06-06 23:42:01 +09:00