summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-06 19:32:57 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-13 00:07:00 +0900
commit262dad68e152fda06e5c5666b3186c23dfd6ae2f (patch)
treeb11ecc81e2ecb6c40222850352937a3d4caae9ca /tools/perf/scripts/python/event_analyzing_sample.py
parent5704d4557f279962a1fa9ee9c5b562eb27376103 (diff)
downloadkernel-262dad68e152fda06e5c5666b3186c23dfd6ae2f.tar.gz
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
We do not support out-of-tree building of rpm-pkg / deb-pkg. If O= is given, the build should be terminated, but the "false" command is not effective since it is not the last command in the cmd_src_tar. Then, rpm-pkg / deb-pkg tries to continue building, and fails for a different reason. Set -e option so that the "false" terminates the building immediately. I also put the error messages to stderr, and made it stand out more. For example, "make O=foo rpm-pkg" will fail as follows: /bin/bash ../scripts/package/mkspec >./kernel.spec TAR kernel-4.15.0_rc2+.tar.gz ERROR: Building source tarball is not possible outside the kernel source tree. Don't set KBUILD_OUTPUT, or use the binrpm-pkg or bindeb-pkg target instead. ../scripts/package/Makefile:53: recipe for target 'rpm-pkg' failed Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Jim Davis <jim.epost@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
28e64fa10'>radeonfb: Use __pci_complete_power_transition()Rafael J. Wysocki 2009-03-22radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt 2009-03-11radeonfb/aty128fb: Disable broken early resume hook for PowerBooksBenjamin Herrenschmidt 2009-02-20atyfb: remove unused local variable `pwr_command'Yang Hongyang 2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt 2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt 2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt 2009-02-05atyfb: fix CONFIG_ namespace violationsRandy Dunlap 2009-02-02fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooksRisto Suominen 2009-01-26i2c: Delete many unused adapter IDsJean Delvare 2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven