summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-10-25 15:02:47 -0700
committerSam Ravnborg <sam@ravnborg.org>2008-10-29 22:02:08 +0100
commit13797b77d419fc1b16eebf2993bf7b5cea65f0bf (patch)
tree3a5271babc0dfe561cd5e1589e8fd32b60d41fff /tools/perf/scripts/python/bin/stackcollapse-report
parente3da2fb712bb75b6035ba0743f3256df1de30bce (diff)
downloadkernel-13797b77d419fc1b16eebf2993bf7b5cea65f0bf.tar.gz
scripts/package: don't break if %{_smp_mflags} isn't set
Currently, if we do a 'make rpm-pkg' without the _smp_mflags rpm macro defined, the build fails with: [snip] Executing(%build): /bin/bash -e /var/tmp/rpm-tmp.67959 + umask 022 + cd /home/jk/devel/kernel-snapshot/rpm/BUILD + cd kernel-2.6.26 + make clean + make '%{_smp_mflags}' make[3]: *** No rule to make target `%{_smp_mflags}'. Stop. error: Bad exit status from /var/tmp/rpm-tmp.67959 (%build) This change uses the 'null if not set' reference to the _smp_mflags macro instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
Dennis Zhou 2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou 2020-01-20btrfs: have multiple discard listsDennis Zhou 2020-01-20btrfs: make max async discard size tunableDennis Zhou 2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou 2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou 2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou 2020-01-20btrfs: track discardable extents for async discardDennis Zhou 2020-01-20btrfs: discard one region at a time in async discardDennis Zhou 2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou 2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou